From ddcc951f592f2aabb8a36a04425846e10485f6db Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Fri, 30 Nov 2012 20:50:34 +0000 Subject: The build-tools step during build32 also needs the -legacy magic. Approved by: marcel (mentor) --- Makefile.inc1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.inc1') 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 -- cgit v1.2.3