ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/Makefile.inc1
(Generate patch)

Comparing trunk/Makefile.inc1 (file contents):
Revision 4650 by laffer1, Sun Feb 19 22:47:38 2012 UTC vs.
Revision 4651 by laffer1, Sun Feb 19 22:51:18 2012 UTC

# Line 1 | Line 1
1   #
2   # $FreeBSD: src/Makefile.inc1,v 1.499.2.7 2006/01/07 19:40:08 netchild Exp $
3 < # $MidnightBSD: src/Makefile.inc1,v 1.32 2011/12/02 13:17:21 laffer1 Exp $
3 > # $MidnightBSD: src/Makefile.inc1,v 1.33 2012/02/19 22:47:38 laffer1 Exp $
4   #
5   # Make command line options:
6   #       -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
# Line 99 | Line 99 | CLEANDIR=      clean cleandepend
99   CLEANDIR=       cleandir
100   .endif
101  
102 + BUILDENV_SHELL?=/bin/sh
103 +
104   CVS?=           cvs
105   CVSFLAGS?=      -r . -P -d -I!
106   SUP?=           /usr/local/bin/cvsup
# Line 528 | Line 530 | buildenvvars:
530  
531   buildenv:
532          @echo Entering world for ${TARGET_ARCH}:${TARGET}
533 <        @cd ${.CURDIR} && env ${WMAKEENV} sh || true
533 >        @cd ${.CURDIR} && env ${WMAKEENV} ${BUILDENV_SHELL} || true
534  
535   TOOLCHAIN_TGTS= ${WMAKE_TGTS:N_depend:Neverything:Nbuild32}
536   toolchain: ${TOOLCHAIN_TGTS}

Comparing trunk/Makefile.inc1 (property cvs2svn:cvs-rev):
Revision 4650 by laffer1, Sun Feb 19 22:47:38 2012 UTC vs.
Revision 4651 by laffer1, Sun Feb 19 22:51:18 2012 UTC

# Line 1 | Line 1
1 < 1.33
1 > 1.34

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines