From owner-freebsd-current Thu Sep 18 23:41:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA18108 for current-outgoing; Thu, 18 Sep 1997 23:41:19 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca26-26.ix.netcom.com [207.93.42.90]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA18103 for ; Thu, 18 Sep 1997 23:41:16 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.7/8.6.9) id XAA10786; Thu, 18 Sep 1997 23:41:06 -0700 (PDT) Date: Thu, 18 Sep 1997 23:41:06 -0700 (PDT) Message-Id: <199709190641.XAA10786@silvia.HIP.Berkeley.EDU> To: tlambert@primenet.com CC: gurney_j@resnet.uoregon.edu, dima@tejblum.dnttm.rssi.ru, freebsd-current@freebsd.org In-reply-to: <199709190519.WAA11463@usr05.primenet.com> (message from Terry Lambert on Fri, 19 Sep 1997 05:19:00 +0000 (GMT)) Subject: Re: Yet Another bug in src/Makefile From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * There are other builds which also reference out of the build tree; * anything which references or , in particular, * references /usr/include. A reference to can't be * resolved without /usr/include/ since it refers to the postinstalled * headers from /usr/src/sys/i386/include/ into /usr/include/machine/. * The , , <*fs/*>, , and references are * all in this boat, as well as others from package/base installation * (, etc.), if installed. Terry, you have absolutely no idea what you're talking about. It's amazing how you could miss every single one of the discussions on this topic in -current, -stable, -hackers and -committers in the past few months. Satoshi (the proud author of the "new world" patch)