Date: Tue, 14 Nov 2006 20:35:32 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 109979 for review Message-ID: <200611142035.kAEKZWJI047028@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109979 Change 109979 by millert@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611142035.kAEKZWJI047028>