aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2004-11-06 03:14:26 +0000
committerPeter Wemm <peter@FreeBSD.org>2004-11-06 03:14:26 +0000
commit1d9468ee3730dd521c8e8cf109b9b68503be439f (patch)
tree5d632f383ff4c5f84813a2890709884cce26b66e /Makefile
parent5911b520278d793b939fb365d1e0900b3dcf5179 (diff)
downloadsrc-1d9468ee3730dd521c8e8cf109b9b68503be439f.tar.gz
src-1d9468ee3730dd521c8e8cf109b9b68503be439f.zip
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.
Notes
Notes: svn path=/head/; revision=137288
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 366796a2db2f..1df191108824 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/}