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: Chris B . Vetter
Subject: Re: patch for SSL Makefile.postamble
Date: Mon, 17 Jun 2002 11:47:04 -0700

On Mon, 17 Jun 2002 19:02:03 +0100 (BST)
Nicola Pero <nicola@brainstorm.co.uk> wrote:
> > > 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.

Ehm, that should be 'program name'.core ... eg. gpbs.core, Gorm.core ...
Sth like

        rm `basename $PWD`.core

will probably do.

-- 
Chris



reply via email to

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