From owner-svn-src-head@FreeBSD.ORG Fri May 24 06:07:00 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 95B37BC; Fri, 24 May 2013 06:07:00 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ie0-x235.google.com (mail-ie0-x235.google.com [IPv6:2607:f8b0:4001:c03::235]) by mx1.freebsd.org (Postfix) with ESMTP id 5222FE4A; Fri, 24 May 2013 06:07:00 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id x12so11226572ief.12 for ; Thu, 23 May 2013 23:07:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=yJWI4xR4raljbr+wW9noPiqppmhQuXaZpUZHqXUIwYQ=; b=udWUmMRh55F6bhKD9VkAtE6OKfXGAXbcBDg/Usc5vY3NFiJaz+yGNlgIp6AbfDBWcH V+QOIxi207EnceRjfRtzjHHZWBicMynDz7fUAqhah1aSYZ79hZRMo3/HBDB3om6THwZd KkyyBSNhRFRYRZ6yAd21Wtvuafu7WGpSB++aqsRsql1C1ZHcnNPI23sOCP7zli6vRvDO 7iFn5ljSZ5UKzDMn1JkyBjA4iTLblzWvw1YNUUlGGMFMc1Wvw7YH2AWY7qETZcCljbxK MekWMhOexn3e4zVuNsYkDL4kuc2GEsX3EkV57p8A/9JwEMqzAPFTMBZTJECZmeEiouXv BIGw== MIME-Version: 1.0 X-Received: by 10.50.60.41 with SMTP id e9mr2899121igr.94.1369375620014; Thu, 23 May 2013 23:07:00 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.64.126.10 with HTTP; Thu, 23 May 2013 23:06:59 -0700 (PDT) In-Reply-To: <201305211728.r4LHSJci081409@svn.freebsd.org> References: <201305211728.r4LHSJci081409@svn.freebsd.org> Date: Fri, 24 May 2013 06:06:59 +0000 X-Google-Sender-Auth: RE1Khu144wrsr1f0VJx2Mr6rezU Message-ID: Subject: Re: svn commit: r250860 - head/gnu/usr.bin/diff From: Antoine Brodin To: Marcel Moolenaar Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2013 06:07:00 -0000 On Tue, May 21, 2013 at 5:28 PM, Marcel Moolenaar wrote: > Author: marcel > Date: Tue May 21 17:28:19 2013 > New Revision: 250860 > URL: http://svnweb.freebsd.org/changeset/base/250860 > > Log: > Don't look for headers outside of the source or object directories. In > particular, don't use DESTDIR. Such creates an unnecessary dependency > on the build machine. > > Obtained from: Juniper Networks, Inc. Actually during world stage, WMAKE=${WMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 DESTDIR=${WORLDTMP} So I think it was picking up headers from the correct place. Cheers, Antoine