summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-19 06:45:44 +0000
committerru <ru@FreeBSD.org>2005-11-19 06:45:44 +0000
commit93ebc2479ab2d52b448b71117009357e91166571 (patch)
treebb370e40e0c7c1ab0f22e1dbf77b3d38321b1482 /Makefile.inc1
parentd7ead39c6503e28aa3a048ddebe9985e56db66a0 (diff)
downloadFreeBSD-src-93ebc2479ab2d52b448b71117009357e91166571.zip
FreeBSD-src-93ebc2479ab2d52b448b71117009357e91166571.tar.gz
Add the NO_INCS knob to bsd.prog.mk and bsd.lib.mk to not include
bsd.incs.mk, and use it when installing 32-bit compat libraries on amd64. This causes it to *not* overwrite native headers with i386 versions, which was the case with <fenv.h> and <vgl.h>. PR: amd64/83806 Prodded by: bde MFC after: 1 week
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e35e3c4..5878f98 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -237,7 +237,7 @@ LIB32MAKEENV= MAKEOBJDIRPREFIX=${OBJTREE}/lib32 \
LIB32MAKE= ${LIB32MAKEENV} ${MAKE} -DNO_CPU_CFLAGS -DCOMPAT_32BIT \
-DNO_BIND -DNO_MAN -DNO_NLS -DNO_INFO -DNO_HTML
-LIB32IMAKE= ${LIB32MAKE:NINSTALL=*}
+LIB32IMAKE= ${LIB32MAKE:NINSTALL=*} -DNO_INCS
.endif
# install stage
OpenPOWER on IntegriCloud