summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-01-17 17:27:10 +0000
committerbrooks <brooks@FreeBSD.org>2013-01-17 17:27:10 +0000
commit2434ed6f8586356e8496666855b598a968bb578f (patch)
treef01f379aed098f3fb906661823e6028dc5aa48d7 /Makefile.inc1
parent465afdcd2717953d2a1d6ea8dca304f0f2ff759e (diff)
downloadFreeBSD-src-2434ed6f8586356e8496666855b598a968bb578f.zip
FreeBSD-src-2434ed6f8586356e8496666855b598a968bb578f.tar.gz
Add a new LIBRARIES_ONLY make variable to disable the build and install
of files other than the actual libraries. Use LIBRARIES_ONLY to supress the inclusion of files in the lib32 distribution that are duplicates of files in base. Sponsored by: DARPA, AFRL Reviewed by: emaste
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc11
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 5e9b9b1..63f74ce 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -336,6 +336,7 @@ LIB32WMAKEFLAGS+= \
CXX="${CXX} ${LIB32FLAGS}" \
DESTDIR=${LIB32TMP} \
-DCOMPAT_32BIT \
+ -DLIBRARIES_ONLY \
-DNO_CPU_CFLAGS \
-DNO_CTF \
-DNO_LINT
OpenPOWER on IntegriCloud