aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2012-11-30 20:50:34 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2012-11-30 20:50:34 +0000
commitddcc951f592f2aabb8a36a04425846e10485f6db (patch)
tree977a5408e42a11113c524c9fce42c6d7d085679d /Makefile.inc1
parent8c2b353ead283ae9ff9938bfb1538ced642954d4 (diff)
downloadsrc-ddcc951f592f2aabb8a36a04425846e10485f6db.tar.gz
src-ddcc951f592f2aabb8a36a04425846e10485f6db.zip
The build-tools step during build32 also needs the -legacy magic.
Approved by: marcel (mentor)
Notes
Notes: svn path=/head/; revision=243713
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 2562cd9ecff7..679872a802b5 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -511,6 +511,8 @@ build32:
.endfor
.for _dir in lib/ncurses/ncurses lib/ncurses/ncursesw lib/libmagic
cd ${.CURDIR}/${_dir}; \
+ WORLDTMP=${WORLDTMP} \
+ MAKEFLAGS="-m ${.CURDIR}/tools/build/mk ${.MAKEFLAGS}" \
MAKEOBJDIRPREFIX=${OBJTREE}/lib32 ${MAKE} SSP_CFLAGS= DESTDIR= \
DIRPRFX=${_dir}/ -DNO_LINT -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF \
-DEARLY_BUILD build-tools