Do not leave build droppings in /usr/src for usr.sbin/pcvt/keycap and

usr.bin/lex/lib for the 32 bit libraries on amd64.  Add an explicit
obj for these two directories that are built in for the "libraries" target.
This commit is contained in:
Peter Wemm 2004-12-01 23:23:14 +00:00
parent aec0fb7b40
commit 0228d5b66c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138291

View File

@ -415,6 +415,10 @@ build32:
${LIB32MAKE} DESTDIR=${LIB32TMP} ${_t}
.endif
.endfor
.for _dir in usr.sbin/pcvt/keycap usr.bin/lex/lib
cd ${.CURDIR}/${_dir}; \
${LIB32MAKE} DESTDIR=${LIB32TMP} obj
.endfor
.for _dir in lib/libncurses lib/libmagic
cd ${.CURDIR}/${_dir}; \
MAKEOBJDIRPREFIX=${OBJTREE}/lib32 ${MAKE} build-tools