discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: patch for SSL Makefile.postamble


From: Nicola Pero
Subject: Re: patch for SSL Makefile.postamble
Date: Mon, 17 Jun 2002 19:02:03 +0100 (BST)

> > The real reason this is important is that distclean is almost a 
> > requirement when rebuilding from cvs to ensure clean builds.
> 
> Which reminds me:
> 
> Master/rules.make defines
> 
>   internal-distclean::
>         rm -f core
> 
> IMHO, that should be 'rm -f core *.core' or 'rm -f *core' as most BSD-based
> systems (by default) use 'program.core' to write the memory image.

Thanks!

I changed it to be 

rm -f core program.core

Trying to avoid *core or *.core to incidentally delete unintented files
:-) let me know if it's still ok.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]