From 2434ed6f8586356e8496666855b598a968bb578f Mon Sep 17 00:00:00 2001 From: brooks Date: Thu, 17 Jan 2013 17:27:10 +0000 Subject: 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 --- Makefile.inc1 | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.inc1') 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 -- cgit v1.1