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 4651 by laffer1, Sun Feb 19 22:51:18 2012 UTC vs.
Revision 4652 by laffer1, Sun Feb 19 22:55:13 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.33 2012/02/19 22:47:38 laffer1 Exp $
3 > # $MidnightBSD: src/Makefile.inc1,v 1.34 2012/02/19 22:51:18 laffer1 Exp $
4   #
5   # Make command line options:
6   #       -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
# Line 12 | Line 12
12   #       -DNO_PORTSUPDATE do not update ports in ${MAKE} update
13   #       -DNO_DOCUPDATE do not update doc in ${MAKE} update
14   #       LOCAL_DIRS="list of dirs" to add additional dirs to the SUBDIR list
15 + #       LOCAL_TOOL_DIRS="list of dirs" to add additional dirs to the build-tools#           list
16   #       TARGET="machine" to crossbuild world for a different machine type
17  
18   #
# Line 100 | Line 101 | CLEANDIR=      cleandir
101   .endif
102  
103   BUILDENV_SHELL?=/bin/sh
104 + LOCAL_TOOL_DIRS?=
105  
106   CVS?=           cvs
107   CVSFLAGS?=      -r . -P -d -I!
# Line 1002 | Line 1004 | build-tools:
1004      bin/csh \
1005      bin/sh \
1006      ${_rescue} \
1007 +    ${LOCAL_TOOL_DIRS} \
1008      lib/ncurses/ncurses \
1009      lib/ncurses/ncursesw \
1010      ${_share} \

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

# Line 1 | Line 1
1 < 1.34
1 > 1.35

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines