summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2004-12-01 23:23:14 +0000
committerpeter <peter@FreeBSD.org>2004-12-01 23:23:14 +0000
commit8dd5ee861a65f226f97ebb9ac6693a5de16886f1 (patch)
tree2c658ef05c46f7923738dd520d7b29b8611d09e5 /Makefile.inc1
parent59f305606cbc120b44978581149ef1a3e62bf3b4 (diff)
downloadFreeBSD-src-8dd5ee861a65f226f97ebb9ac6693a5de16886f1.zip
FreeBSD-src-8dd5ee861a65f226f97ebb9ac6693a5de16886f1.tar.gz
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.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index d176a87..364a7f6 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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
OpenPOWER on IntegriCloud