Date: Tue, 24 Aug 1999 11:10:02 -0700 (PDT) From: James Howard <howardjp@wam.umd.edu> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/13350: make clean in bsd.obj.mk no longer properly removes *.core and others Message-ID: <199908241810.LAA12815@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/13350; it has been noted by GNATS. From: James Howard <howardjp@wam.umd.edu> To: Bruce Evans <bde@zeta.org.au> Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/13350: make clean in bsd.obj.mk no longer properly removes *.core and others Date: Tue, 24 Aug 1999 14:04:58 -0400 (EDT) On Wed, 25 Aug 1999, Bruce Evans wrote: > This is intentional. I forgot to change the README. `make clean' is now Ahh, I see. In that event, here is a diff to correct the README, not that it is that complicated, but anyway. *** bsd.README.orig Tue Aug 24 13:57:51 1999 --- bsd.README Tue Aug 24 13:58:43 1999 *************** *** 158,165 **** all: build the program and its manual page clean: ! remove the program, any object files and the files a.out, ! Errs, errs, mklog, and ${PROG}.core. cleandir: remove all of the files removed by the target clean, as well as .depend, tags, and any manual pages. --- 158,164 ---- all: build the program and its manual page clean: ! remove the program and any object files. cleandir: remove all of the files removed by the target clean, as well as .depend, tags, and any manual pages. 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?199908241810.LAA12815>