The build-tools step during build32 also needs the -legacy magic.

Approved by:	marcel (mentor)
This commit is contained in:
Simon J. Gerraty 2012-11-30 20:50:34 +00:00
parent 8c2b353ead
commit ddcc951f59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243713

View File

@ -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