ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Download File | Root Listing
root/midnightbsd-cvs/src/Makefile.inc1
(Generate patch)

Comparing src/Makefile.inc1 (file contents):
Revision 1.9 by laffer1, Tue Apr 29 01:36:03 2008 UTC vs.
Revision 1.9.2.1 by laffer1, Sun Mar 21 19:41:44 2010 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.8 2008/04/29 00:23:55 laffer1 Exp $
3 > # $MidnightBSD: src/Makefile.inc1,v 1.9 2008/04/29 01:36:03 laffer1 Exp $
4   #
5   # Make command line options:
6   #       -DNO_DYNAMICROOT do not link /bin and /sbin dynamically
# Line 761 | Line 761 | update:
761   # legacy: Build compatibility shims for the next three targets
762   #
763   legacy:
764 .if ${BOOTSTRAPPING} < 503000
765        @echo "ERROR: Source upgrades from versions prior to 5.3 not supported."; \
766        false
767 .endif
764   .for _tool in tools/build
765          ${_+_}@${ECHODIR} "===> ${_tool} (obj,includes,depend,all,install)"; \
766              cd ${.CURDIR}/${_tool}; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines