summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-04 18:33:32 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-04 18:33:32 +0000
commitcede455917d296efbe228534a7feb3aab4c4dd47 (patch)
tree2c836bd18b46d35679d95cfadd50f256bec56123 /Makefile.inc1
parenta749338c265043194580d961670000843f825c6e (diff)
downloadFreeBSD-src-cede455917d296efbe228534a7feb3aab4c4dd47.zip
FreeBSD-src-cede455917d296efbe228534a7feb3aab4c4dd47.tar.gz
MFC r290812:
Avoid setting schg in the objtree for lib32 build.
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 3c22400..8d6e86a 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -634,10 +634,10 @@ build32: .PHONY
-DEARLY_BUILD 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