Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: "limit" broken on 64bit Linux?



Bart Schaefer wrote:
> On Jul 2,  2:50pm, Bart Schaefer wrote:
> } I still don't have an answer to why the autoconf perl modules aren't
> } working.
> 
> That turned out to be because there was an old autm4te.cache directory
> hanging around from a build on another architecture.  We might want to
> consider removing that directory in "make clean" and "make distclean".

It's certainly uncontroversial for distclean.

Index: Makefile.in
===================================================================
RCS file: /cvsroot/zsh/zsh/Makefile.in,v
retrieving revision 1.15
diff -u -r1.15 Makefile.in
--- Makefile.in	20 Mar 2006 11:06:23 -0000	1.15
+++ Makefile.in	3 Jul 2006 09:19:05 -0000
@@ -121,6 +121,7 @@
 
 distclean-here:
 	rm -f Makefile config.h config.status config.log config.cache config.modules config.modules.sh stamp-h Config/defs.mk
+	rm -rf autom4te.cache
 
 realclean-here:
 	cd $(sdir) && rm -f config.h.in stamp-h.in configure

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


To access the latest news from CSR copy this link into a web browser:  http://www.csr.com/email_sig.php



Messages sorted by: Reverse Date, Date, Thread, Author