svn commit: r291807 - stable/10

Bryan Drewery bdrewery at FreeBSD.org
Fri Dec 4 18:33:34 UTC 2015


Author: bdrewery
Date: Fri Dec  4 18:33:32 2015
New Revision: 291807
URL: https://svnweb.freebsd.org/changeset/base/291807

Log:
  MFC r290812:
  
    Avoid setting schg in the objtree for lib32 build.

Modified:
  stable/10/Makefile.inc1
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/Makefile.inc1
==============================================================================
--- stable/10/Makefile.inc1	Fri Dec  4 18:32:55 2015	(r291806)
+++ stable/10/Makefile.inc1	Fri Dec  4 18:33:32 2015	(r291807)
@@ -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


More information about the svn-src-stable mailing list