From owner-freebsd-current Fri Jun 28 00:12:40 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA13764 for current-outgoing; Fri, 28 Jun 1996 00:12:40 -0700 (PDT) Received: from lear35.cytex.com (root@lear35.cytex.com [38.252.97.5]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA13758 for ; Fri, 28 Jun 1996 00:12:38 -0700 (PDT) Received: (from mbartley@localhost) by lear35.cytex.com (8.7.5/8.7.3) id AAA02060 for freebsd-current@freebsd.org; Fri, 28 Jun 1996 00:12:37 -0700 (PDT) From: Matt Bartley Message-Id: <199606280712.AAA02060@lear35.cytex.com> Subject: Re: share/doc/handbook doesn't make clean To: freebsd-current@freebsd.org Date: Fri, 28 Jun 1996 00:12:37 -0700 (PDT) In-Reply-To: <1151.835909438@time.cdrom.com> from "Jordan K. Hubbard" at "Jun 27, 96 02:03:58 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > bash# pwd > > /usr/src/share/doc/handbook > > bash# make -n clean > > bash# make clean > > bash# ls /usr/obj/usr/src/share/doc/handbook/ > > handbook.ascii handbook183.html handbook269.html > Hmmmm! Hmmmm! This one doesn't make much sense since make should > have simply chdir'd over to /usr/obj/usr/src/share/doc/handbook/ > as normal (as it would for any target, much less clean) and then > the clean rule should have nuked out all the files. > [...] > Oh yeah, just out of curiousity, is your /usr/src really in /usr > or is it symlinked someplace? That would tell me something. Both /usr/src and /usr/obj are normal directories in the /usr partition.