From fc363ca440146d3b69f21af009ca600b3ff5dcdc Mon Sep 17 00:00:00 2001 From: bdrewery Date: Fri, 4 Dec 2015 18:33:32 +0000 Subject: [PATCH] MFC r290812: Avoid setting schg in the objtree for lib32 build. git-svn-id: svn://svn.freebsd.org/base/stable/10@291807 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 3c224001a..8d6e86a4b 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 -- 2.45.0