svn commit: r250860 - head/gnu/usr.bin/diff

Brooks Davis brooks at FreeBSD.org
Fri May 24 16:07:47 UTC 2013


On Fri, May 24, 2013 at 06:06:59AM +0000, Antoine Brodin wrote:
> On Tue, May 21, 2013 at 5:28 PM, Marcel Moolenaar <marcel at freebsd.org> 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.

During the build, headers should either be found directly in the
source tree, or in WORLDTMP because it is specified as the compiler's
sysroot, not because the path is hardcoded.

-- Brooks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20130524/86a9f4aa/attachment.sig>


More information about the svn-src-all mailing list