PERFORCE change 130622 for review
Warner Losh
imp at FreeBSD.org
Mon Dec 10 23:50:54 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=130622
Change 130622 by imp at imp_paco-paco on 2007/12/11 07:50:42
Only enforce the legacy stuff if we're building on FreeBSD.
Affected files ...
.. //depot/projects/arm/src/Makefile.inc1#31 edit
Differences ...
==== //depot/projects/arm/src/Makefile.inc1#31 (text+ko) ====
@@ -811,11 +811,12 @@
# to attempt to manually finish it. If in doubt, 'make world' again.
#
+UNAME_SYSTEM!= uname
#
# legacy: Build compatibility shims for the next three targets
#
legacy:
-.if ${BOOTSTRAPPING} < 503000
+.if ${BOOTSTRAPPING} < 503000 && ${UNAME_SYSTEM} == "FreeBSD"
@echo "ERROR: Source upgrades from versions prior to 5.3 not supported."; \
false
.endif
More information about the p4-projects
mailing list