Date: Sat, 5 Apr 2003 19:50:28 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/tools/build Makefile.boot Message-ID: <200304060350.h363oSee063228@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2003/04/05 19:50:28 PST
FreeBSD src repository
Modified files:
. Makefile.inc1
tools/build Makefile.boot
Log:
We can't use ${WORLDTMP}/usr/{include,lib} for the compat layer. This
is because we populate these directories later, and a subsequent
-DNOCLEAN build may fail. So, we put them in
${WORLDTMP}/build/usr/{include,lib} instead and adjust Makefile.boot.
Again, this works on -stable and -current, but might break older
versions.
Submitted by: ru@
Revision Changes Path
1.333 +24 -2 src/Makefile.inc1
1.2 +5 -3 src/tools/build/Makefile.boot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304060350.h363oSee063228>
