[zeromq-dev] small makefile error ?

Ed Griffiths edgrif at sanger.ac.uk
Fri Feb 13 13:42:19 CET 2015


Hi,

we incorporate the C++ zeromq lib. into our code inserting the zeromq directory 
into our build directories to make a self-contained package.

I noticed the other day that zeromq has an error for the maintainer-clean 
target:


rm: cannot remove 
`/nfs/users/nfs_e/edgrif/CHECKOUT/ZMap_feature_Main_Window/src/build/linux/../../zeromq/autom4te.cache': 
Is a directory
make[2]: [maintainer-clean-generic] Error 1 (ignored)


I assume that this is because you have put autom4te.cache into the 
MAINTAINERCLEANFILES list in your Makefile.am but this is a directory and hence 
the failure.

I wondered if you could move this direcectory to your maintainer-clean-local 
target instead ?

thanks Ed
-- 
  ------------------------------------------------------------------------
| Ed Griffiths, Acedb/ZMap development, Computational Genomics Group,    |
|  The Sulston Building, Sanger Institute, Wellcome Trust Genome Campus, |
|  Hinxton, Cambridge CB10 1HH                                           |
|                                                                        |
| email: edgrif at sanger.ac.uk  Tel: +44-1223-496844  Fax: +44-1223-494919 |
  ------------------------------------------------------------------------


-- 
 The Wellcome Trust Sanger Institute is operated by Genome Research 
 Limited, a charity registered in England with number 1021457 and a 
 company registered in England with number 2742969, whose registered 
 office is 215 Euston Road, London, NW1 2BE. 



More information about the zeromq-dev mailing list