PERFORCE change 111364 for review

Warner Losh imp at FreeBSD.org
Sat Dec 9 20:31:24 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=111364

Change 111364 by imp at imp_lighthouse on 2006/12/10 04:30:40

	${SHELL} instead of sh

Affected files ...

.. //depot/projects/arm/src/Makefile.inc1#20 edit

Differences ...

==== //depot/projects/arm/src/Makefile.inc1#20 (text+ko) ====

@@ -517,7 +517,7 @@
 
 buildenv:
 	@echo Entering world for ${TARGET_ARCH}:${TARGET}
-	@cd ${.CURDIR} && env ${WMAKEENV} sh || true
+	@cd ${.CURDIR} && env ${WMAKEENV} ${SHELL} || true
 
 TOOLCHAIN_TGTS=	${WMAKE_TGTS:N_depend:Neverything:Nbuild32}
 toolchain: ${TOOLCHAIN_TGTS}


More information about the p4-projects mailing list