PERFORCE change 133522 for review

Warner Losh imp at FreeBSD.org
Thu Jan 17 21:25:21 PST 2008


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

Change 133522 by imp at imp_paco-paco on 2008/01/18 05:25:09

	Prefer ${SHELL} to sh, since I like it.  Sadly, I got complaints
	when I proposed it for -current.

Affected files ...

.. //depot/projects/mips2/src/Makefile.inc1#8 edit

Differences ...

==== //depot/projects/mips2/src/Makefile.inc1#8 (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