Fix buildworld. Document TOOLS_PREFIX and USRDATA_PREFIX, improve INCLUDEDIR
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 5 Apr 2004 05:30:13 +0000 (05:30 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 5 Apr 2004 05:30:13 +0000 (05:30 +0000)
commit44831353e067d8ee4289b7b6291033cd47d1c403
treede224d741b104765d5534c52072a60908145a2bd
parent931781f8a7bbba478ee2fba605b7f2d79b68260e
Fix buildworld.  Document TOOLS_PREFIX and USRDATA_PREFIX, improve INCLUDEDIR
documentation.  Modify bsd.incs.mk to not install header files if BOOTSTRAPPING
is set (for buildworld), and change lex to install its C++ header file in
${INCLUDEDIR}/c++ instead of ${INCLUDEDIR}/g++.  Set DESTDIR for BMAKEENV,
set BOOTSTRAPPING for XMAKE (cross build tools).  Note that DESTDIR is set
in the bootstrap-tools: target, this will be removed in a later commit.
Makefile.inc1
share/mk/bsd.incs.mk
share/mk/bsd.own.mk
usr.bin/lex/Makefile