From owner-freebsd-bugs Tue Aug 24 11:11:36 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6285514CEA for ; Tue, 24 Aug 1999 11:11:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA12815; Tue, 24 Aug 1999 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 24 Aug 1999 11:10:02 -0700 (PDT) Message-Id: <199908241810.LAA12815@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: James Howard Subject: Re: bin/13350: make clean in bsd.obj.mk no longer properly removes *.core and others Reply-To: James Howard Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13350; it has been noted by GNATS. From: James Howard To: Bruce Evans 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