Date: Wed, 25 Aug 1999 10:42:56 +1000 From: Bruce Evans <bde@zeta.org.au> To: bde@zeta.org.au, vanderh@ecf.utoronto.ca Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/13350: make clean in bsd.obj.mk no longer properly removes *.core and others Message-ID: <199908250042.KAA31538@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> at some time (including temporaries). ${PROG}.core will almost never >> be created, because ${PROG} is almost never run in the obj directory. > >${PROG} is often run in the obj directory when the obj directory is >the same as the source (current) directory. Perhaps for development. I usually use `mkdir obj; make CC='cc -g'; obj/prog' and then cores go in the current directory where `make clean' doesn't clean them :-). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908250042.KAA31538>