summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-07-18 01:49:05 +0000
committerache <ache@FreeBSD.org>2000-07-18 01:49:05 +0000
commita7d840945c9487f069171017c46229d0ba14a9eb (patch)
treedd68261117a939cffa712e2c70aa36a9eedf681c /Makefile.inc1
parent3006cee4d86e629e54614ef8d7cdeb703ade3fc1 (diff)
downloadFreeBSD-src-a7d840945c9487f069171017c46229d0ba14a9eb.zip
FreeBSD-src-a7d840945c9487f069171017c46229d0ba14a9eb.tar.gz
Move mtree to bootstrap-tools and add PATH=${TMPPATH} to IMAKEENV to pick it
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc18
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c9aa141..769786e 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -185,7 +185,8 @@ WMAKEENV= ${CROSSENV} \
WMAKE= ${WMAKEENV} ${MAKE} -f Makefile.inc1
# install stage
-IMAKEENV= ${CROSSENV}
+IMAKEENV= ${CROSSENV} \
+ PATH=${TMPPATH}
IMAKE= ${IMAKEENV} ${MAKE} -f Makefile.inc1
USRDIRS= usr/bin usr/lib/compat/aout usr/games usr/libdata/ldscripts \
@@ -496,7 +497,7 @@ _strfile= games/fortune/strfile
bootstrap-tools:
.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.sbin/config \
- gnu/usr.bin/gperf gnu/usr.bin/texinfo
+ gnu/usr.bin/gperf gnu/usr.bin/texinfo usr.sbin/mtree
cd ${.CURDIR}/${_tool}; \
${MAKE} obj; \
${MAKE} depend; \
@@ -569,8 +570,7 @@ _aout_tools= usr.bin/size usr.bin/strip gnu/usr.bin/as gnu/usr.bin/ld
cross-tools:
.for _tool in ${_aout_tools} ${_btxld} ${_elf2exe} usr.bin/genassym \
- usr.bin/gensetdefs gnu/usr.bin/binutils usr.bin/objformat gnu/usr.bin/cc \
- usr.sbin/mtree
+ usr.bin/gensetdefs gnu/usr.bin/binutils usr.bin/objformat gnu/usr.bin/cc
cd ${.CURDIR}/${_tool}; \
${MAKE} obj; \
${MAKE} depend; \
OpenPOWER on IntegriCloud