From owner-freebsd-current@FreeBSD.ORG Tue Sep 20 23:10:33 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C01B106564A for ; Tue, 20 Sep 2011 23:10:33 +0000 (UTC) (envelope-from ddkprog@yahoo.com) Received: from nm21.bullet.mail.ne1.yahoo.com (nm21.bullet.mail.ne1.yahoo.com [98.138.90.84]) by mx1.freebsd.org (Postfix) with SMTP id E27778FC0A for ; Tue, 20 Sep 2011 23:10:32 +0000 (UTC) Received: from [98.138.90.50] by nm21.bullet.mail.ne1.yahoo.com with NNFMP; 20 Sep 2011 23:10:32 -0000 Received: from [98.138.89.232] by tm3.bullet.mail.ne1.yahoo.com with NNFMP; 20 Sep 2011 23:10:32 -0000 Received: from [127.0.0.1] by omp1047.mail.ne1.yahoo.com with NNFMP; 20 Sep 2011 23:10:32 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 413916.57685.bm@omp1047.mail.ne1.yahoo.com Received: (qmail 64597 invoked by uid 60001); 20 Sep 2011 23:10:32 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1316560232; bh=COYScraqud8thUqiWBWDeqJIaR968+UTC7XNTJuYB5M=; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=A3oz3evtRPgIrbftn+eA0ociki9oLZ589QcOrY40t9KnKBuNOQViKOxQpTOHKbabP5xoFpITWRWidiosBFbD7U6g+NLJdI3xeOdEP8lBqtuOVgidDfVCiq7pBizgjnFfHJKKdU6s2NWRcAWTEuhfYHJOdqMK5qre3wC2282G7wU= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=u8EezM45K97/8K/oBDHvcaFOEJVjR/aBciDLjZEPtuIyPgzvRNsC8cMH+lJPKWuJBShlkSTKOOex55NQ8hlzh2F4CgkEtyHkEAbdLkkVm++CXKWRCgwABP5AWCrRM/cupUMitwT4aj+LFMyF5+yF9P3D/+Al3Lp4sahwoclD9wY=; X-YMail-OSG: NpI08_sVM1k5LjpMRcRzykHd1QwbJYP.aal1Laicfw8kr.l FtDTTgTFjXMkg7RzIN13.IJ1GzHKfGPsx4B731ptG93yXV2_zj9MLsFBxNg0 31KcvRYf9ktxUYDQL2_3ndCXXCY9Ui4TSkA_CWigYDlb3HgI.BYs6NI7lNML h3q6ue.aol1yYDWxpLqb3LN8HCz_iuSYzKjyAC2tDK1oINJWts6mdP3alvbw diVxw5cImLJr3B_Fu.8wTB0rQDYjnB5vHIX46ESp33tByso3Cskjn0ZSWNbD qTJifMo6I0FNWGYqgO89IWicaEqnNS4ZZZm_CgUnYqvXwzF_.sS4ybGJZpKq UxkuWw.VoHq9vO9d6iMVmlX96Q0qjwS3PJgwviwFJ5tWcVGa_gBu3CSrqL9E U9do07JCfyIViwNWz0EMIyNsqZM6.9Oor4bTb Received: from [95.109.221.220] by web120530.mail.ne1.yahoo.com via HTTP; Tue, 20 Sep 2011 16:10:32 PDT X-Mailer: YahooMailClassic/14.0.5 YahooMailWebService/0.8.113.315625 Message-ID: <1316560232.58213.YahooMailClassic@web120530.mail.ne1.yahoo.com> Date: Tue, 20 Sep 2011 16:10:32 -0700 (PDT) From: paradox To: freebsd-current@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailman-Approved-At: Wed, 21 Sep 2011 01:08:45 +0000 Subject: Re: which "include" being used? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2011 23:10:33 -0000 try remove or move /usr/include and rebuild the world > wrote: > > Why build the world uses /usr/include ? > > why not use "include" from the /obj/...include ? > > > > issue to "build world" with loss of multiple files at > /usr/include/ > > Did your make "build world" or "buildworld"? It should be > all one word > and it does use > the header files in /usr/obj/... or /usr/src/... At least > for me, it > does. Failing to do so > would break a lot of things. > > You should also look at the magic done by the .mk files. > This does > make some of the > header files look like they were pulled from /usr/includes > because of > the things the .mk > files do to your environment.