summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2012-11-30 20:50:34 +0000
committersjg <sjg@FreeBSD.org>2012-11-30 20:50:34 +0000
commitdd71c099210b0249b2409d43143a2bccaa313af8 (patch)
tree977a5408e42a11113c524c9fce42c6d7d085679d /Makefile.inc1
parent9c50b706fb62340df6c6c0203ca5cbf7c23de96f (diff)
downloadFreeBSD-src-dd71c099210b0249b2409d43143a2bccaa313af8.zip
FreeBSD-src-dd71c099210b0249b2409d43143a2bccaa313af8.tar.gz
The build-tools step during build32 also needs the -legacy magic.
Approved by: marcel (mentor)
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 2562cd9..679872a 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
OpenPOWER on IntegriCloud