diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-12 15:07:46 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-12 15:07:46 +0000 |
| commit | cb66f4dd7307ba19692eeec23d7019f96c898e54 (patch) | |
| tree | a061d9437cad94efb4e5243de5e109a66a3e8c47 /Makefile.inc1 | |
| parent | bab2e18fa0499961d85952155647d190d087d1df (diff) | |
Notes
Diffstat (limited to 'Makefile.inc1')
| -rw-r--r-- | Makefile.inc1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 6b6a17041543..b74da18d9886 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -193,9 +193,8 @@ CROSSENV= MAKEOBJDIRPREFIX=${OBJTREE} \ # bootstrap-tools stage BMAKEENV= DESTDIR= \ INSTALL="sh ${.CURDIR}/tools/install.sh" \ - __MAKE_CONF=${.CURDIR}/tools/build/Makefile.boot \ - OLD_MAKE_CONF=${__MAKE_CONF} \ - WORLDTMP=${WORLDTMP} + WORLDTMP=${WORLDTMP} \ + MAKEFLAGS="-m ${.CURDIR}/tools/build/mk ${.MAKEFLAGS}" BMAKE= MAKEOBJDIRPREFIX=${WORLDTMP} \ ${BMAKEENV} ${MAKE} -f Makefile.inc1 \ BOOTSTRAPPING=${OSRELDATE} \ |
