|
|
http://perforce.freebsd.org/chv.cgi?CH=133522
Change 133522 by imp@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}
_______________________________________________
p4-projects@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@xxxxxxxxxxx"
|
|