Date: Sun, 10 Dec 2006 04:31:23 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 111364 for review Message-ID: <200612100431.kBA4VNgZ067398@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111364 Change 111364 by imp@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612100431.kBA4VNgZ067398>