Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2007 07:50:53 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 130622 for review
Message-ID:  <200712110750.lBB7orbe051711@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=130622

Change 130622 by imp@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712110750.lBB7orbe051711>