summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2004-11-06 03:14:26 +0000
committerpeter <peter@FreeBSD.org>2004-11-06 03:14:26 +0000
commit0555f41924686df7f256f83a9955f14de6a1e504 (patch)
tree5d632f383ff4c5f84813a2890709884cce26b66e /Makefile
parent2077bcdd9e53fc7ea5d1b4489dd7dab44ee984b5 (diff)
downloadFreeBSD-src-0555f41924686df7f256f83a9955f14de6a1e504.zip
FreeBSD-src-0555f41924686df7f256f83a9955f14de6a1e504.tar.gz
Convert tools/lib32/build.sh into world connectable hooks. This still
rates pretty high on the "hack!" scale, but it works for me. Adding -DWANT_LIB32 to the world build command line, or 'WANT_LIB32=yes' to /etc/make.conf will include the 32 bit libraries with the build. I have not made this default behavior. Cross compiling this stuff is an adventure I have not investigated. This is still a WIP. We needed this at work so that we could install from a readonly obj tree - lib32/build.sh wasn't up to that.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 366796a..1df1911 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,8 @@ TGTS= all all-man buildkernel buildworld checkdpadd clean \
kernel-toolchain libraries lint maninstall \
obj objlink regress rerelease tags toolchain update \
_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
- _build-tools _cross-tools _includes _libraries _depend
+ _build-tools _cross-tools _includes _libraries _depend \
+ build32 install32
BITGTS= files includes
BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
OpenPOWER on IntegriCloud