PERFORCE change 109979 for review

Todd Miller millert at FreeBSD.org
Tue Nov 14 20:42:08 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=109979

Change 109979 by millert at millert_g5tower on 2006/11/14 20:35:05

	Update Makefile seatbelts for the new version of Mac OS X (10.4.8)

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/Makefile#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/Makefile#4 (text+ko) ====

@@ -2,8 +2,8 @@
 ifneq "$(word 6, $(shell gcc_select))" "3.3"
 $(error Build requires GCC version 3.3.  Use 'gcc_select 3.3' to change.)
 endif
-ifneq "$(shell uname -r)" "8.7.0"
-$(error Build requires Mac OS X 10.4.7/Darwin 8.7)
+ifneq "$(shell uname -r)" "8.8.0"
+$(error Build requires Mac OS X 10.4.8/Darwin 8.8)
 endif
 
 include Makeconfig


More information about the p4-projects mailing list