From owner-freebsd-current@FreeBSD.ORG Tue Sep 20 21:42:39 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 3ED79106566C for ; Tue, 20 Sep 2011 21:42:39 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0EAFE8FC0A for ; Tue, 20 Sep 2011 21:42:38 +0000 (UTC) Received: by iadk27 with SMTP id k27so1570108iad.13 for ; Tue, 20 Sep 2011 14:42:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=KRJ79WpSqjaiOLSuEo8ELn3sW3nz0pt0Eqg1BrMeJNM=; b=vOTk9UepDhhaiR/fsCN6lA1H8T+A2hZLOrEaqVQt7Jq+Tovyx5w+i8I9HfSB/3NtfU vGNKIlkd7YeXytLgK6znrcoYRToMcZnKT3APIxWwi0n9JMR4onbKMgO7lF+kMUFQ9mAh gSwCleoUG+t7c6rKBs9fDHiYAPU5dODnyRZHk= MIME-Version: 1.0 Received: by 10.231.82.131 with SMTP id b3mr2124776ibl.74.1316554958328; Tue, 20 Sep 2011 14:42:38 -0700 (PDT) Received: by 10.231.36.69 with HTTP; Tue, 20 Sep 2011 14:42:38 -0700 (PDT) In-Reply-To: <1316542838.11969.YahooMailClassic@web120526.mail.ne1.yahoo.com> References: <1316542838.11969.YahooMailClassic@web120526.mail.ne1.yahoo.com> Date: Tue, 20 Sep 2011 14:42:38 -0700 Message-ID: From: Kevin Oberman To: paradox Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org 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 21:42:39 -0000 On Tue, Sep 20, 2011 at 11:20 AM, paradox 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. -- R. Kevin Oberman, Network Engineer - Retired E-mail: kob6558@gmail.com