svn commit: r236205 - stable/7

Dag-Erling Smorgrav des at FreeBSD.org
Mon May 28 22:09:50 UTC 2012


Author: des
Date: Mon May 28 22:09:50 2012
New Revision: 236205
URL: http://svn.freebsd.org/changeset/base/236205

Log:
  MFH r230622: use build tools, not host tools, to build aicasm.

Modified:
  stable/7/Makefile.inc1   (contents, props changed)
Directory Properties:
  stable/7/   (props changed)

Modified: stable/7/Makefile.inc1
==============================================================================
--- stable/7/Makefile.inc1	Mon May 28 22:07:32 2012	(r236204)
+++ stable/7/Makefile.inc1	Mon May 28 22:09:50 2012	(r236205)
@@ -735,6 +735,7 @@ buildkernel:
 	@echo ">>> stage 2.3: build tools"
 	@echo "--------------------------------------------------------------"
 	cd ${KRNLOBJDIR}/${_kernel}; \
+	    PATH=${BPATH}:${PATH} \
 	    MAKESRCPATH=${KERNSRCDIR}/dev/aic7xxx/aicasm \
 	    ${MAKE} -DNO_CPU_CFLAGS -DNO_CTF \
 	    -f ${KERNSRCDIR}/dev/aic7xxx/aicasm/Makefile
@@ -742,6 +743,7 @@ buildkernel:
 .if !defined(MODULES_WITH_WORLD) && !defined(NO_MODULES) && exists(${KERNSRCDIR}/modules)
 .for target in obj depend all
 	cd ${KERNSRCDIR}/modules/aic7xxx/aicasm; \
+	    PATH=${BPATH}:${PATH} \
 	    MAKEOBJDIRPREFIX=${KRNLOBJDIR}/${_kernel}/modules \
 	    ${MAKE} -DNO_CPU_CFLAGS -DNO_CTF ${target}
 .endfor


More information about the svn-src-stable-7 mailing list