svn commit: r291808 - stable/9

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


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

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

Modified:
  stable/9/Makefile.inc1   (contents, props changed)

Modified: stable/9/Makefile.inc1
==============================================================================
--- stable/9/Makefile.inc1	Fri Dec  4 18:33:32 2015	(r291807)
+++ stable/9/Makefile.inc1	Fri Dec  4 18:33:38 2015	(r291808)
@@ -562,10 +562,10 @@ build32:
 	    -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