mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
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:
parent
aec0fb7b40
commit
0228d5b66c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138291
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user