From owner-freebsd-bugs Tue Aug 24 17:44: 0 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 05D1A1516A for ; Tue, 24 Aug 1999 17:43:52 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id KAA31538; Wed, 25 Aug 1999 10:42:56 +1000 Date: Wed, 25 Aug 1999 10:42:56 +1000 From: Bruce Evans Message-Id: <199908250042.KAA31538@godzilla.zeta.org.au> To: bde@zeta.org.au, vanderh@ecf.utoronto.ca Subject: Re: bin/13350: make clean in bsd.obj.mk no longer properly removes *.core and others Cc: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> 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