summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-11-14 01:45:37 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-11-14 01:45:37 +0000
commit8805597c1bb76cccf4d083d7338fad0c0b643be9 (patch)
tree576425132c407332ba434a321e6306d06f77e5f5 /Makefile.inc1
parentd3aee48be1f3413950da2ed942bf029594dfc133 (diff)
downloadFreeBSD-src-8805597c1bb76cccf4d083d7338fad0c0b643be9.zip
FreeBSD-src-8805597c1bb76cccf4d083d7338fad0c0b643be9.tar.gz
Avoid setting schg in the objtree for lib32 build.
Reported by: kib Sponsored by: EMC / Isilon Storage Division MFC after: 1 week
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 50a0f8b..d9f01be 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -716,10 +716,10 @@ build32: .PHONY
build-tools
.endfor
${_+_}cd ${.CURDIR}; \
- ${LIB32WMAKE} -f Makefile.inc1 libraries
+ ${LIB32WMAKE} -f Makefile.inc1 -DNO_FSCHG libraries
.for _t in obj depend all
${_+_}cd ${.CURDIR}/libexec/rtld-elf; PROG=ld-elf32.so.1 ${LIB32WMAKE} \
- DIRPRFX=libexec/rtld-elf/ ${_t}
+ -DNO_FSCHG DIRPRFX=libexec/rtld-elf/ ${_t}
${_+_}cd ${.CURDIR}/usr.bin/ldd; PROG=ldd32 ${LIB32WMAKE} \
DIRPRFX=usr.bin/ldd ${_t}
.endfor
OpenPOWER on IntegriCloud