From owner-freebsd-hackers Mon Sep 22 07:47:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA16935 for hackers-outgoing; Mon, 22 Sep 1997 07:47:32 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id HAA16930 for ; Mon, 22 Sep 1997 07:47:27 -0700 (PDT) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xD9ll-0000WX-00; Mon, 22 Sep 1997 08:47:25 -0600 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.7/8.8.3) with ESMTP id IAA13197; Mon, 22 Sep 1997 08:47:17 -0600 (MDT) Message-Id: <199709221447.IAA13197@harmony.village.org> To: "Jordan K. Hubbard" Subject: Re: mtree vs /usr/src Cc: hackers@freebsd.org In-reply-to: Your message of "Mon, 22 Sep 1997 00:12:26 PDT." <16553.874912346@time.cdrom.com> References: <16553.874912346@time.cdrom.com> Date: Mon, 22 Sep 1997 08:47:17 -0600 From: Warner Losh Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <16553.874912346@time.cdrom.com> "Jordan K. Hubbard" writes: : Hmmm. Frankly, I don't even see how it can happen. The make : hierarchy should have DESTDIR set correctly to point into /usr/obj as : a result of Satoshi's patches, and a quick review of my own make world : log shows this to be the case. Maybe your source tree needs a kick : in the pants. :) Ummm, this is the installworld part of the make world, not the buildworld part of the make world. This is with the latest Makefile, on the main branch. When installworld is done, DESTDIR isn't set (or is /, I forget which). I've seen this happen three times now, so I'm sure I'm not imagining things. Warner