From owner-freebsd-arch@FreeBSD.ORG Fri Mar 25 23:53:25 2005 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 023E816A4DB for ; Fri, 25 Mar 2005 23:53:25 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A2E543D2D for ; Fri, 25 Mar 2005 23:53:24 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2PNqXMr042092; Fri, 25 Mar 2005 16:52:50 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 25 Mar 2005 16:53:05 -0700 (MST) Message-Id: <20050325.165305.123846990.imp@bsdimp.com> To: brooks@one-eyed-alien.net From: "M. Warner Losh" In-Reply-To: <20050325223925.GB1944@odin.ac.hmc.edu> References: <20050325223925.GB1944@odin.ac.hmc.edu> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: arch@freebsd.org Subject: Re: -I${CURDIR}/../../sys in src/*bin/Makefiles X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2005 23:53:25 -0000 In message: <20050325223925.GB1944@odin.ac.hmc.edu> Brooks Davis writes: : In PR bin/79229 the submitter suggests that we add -I${CURDIR}/../../sys : to CFLAGS in sbin/ifconfig/Makefile. I initially responded that we : don't normally do that because buildworld handles picking up the latest : headers, but after greping other Makefiles in sbin, I found that we : do actually do that in a number of cases. It seems to me that we : should really make up our mind which one we should do. I'm somewhat : disinclined to add -I's to every utility, but that's not a strong : opinion. What do others thing? I'm inclined to remove them, unless they are needed for bootstrapping... But I can't think of any reason why using -I..../sys would be necessary for that. Warner