svn commit: r231219 - stable/7

Bjoern A. Zeeb bz at FreeBSD.org
Wed Feb 8 18:22:11 UTC 2012


Author: bz
Date: Wed Feb  8 18:22:10 2012
New Revision: 231219
URL: http://svn.freebsd.org/changeset/base/231219

Log:
  Remove sun4v from universe targets.
  
  Approved by:	re

Modified:
  stable/7/Makefile

Modified: stable/7/Makefile
==============================================================================
--- stable/7/Makefile	Wed Feb  8 18:21:48 2012	(r231218)
+++ stable/7/Makefile	Wed Feb  8 18:22:10 2012	(r231219)
@@ -272,7 +272,7 @@ make: .PHONY
 # existing system is.
 #
 .if make(universe)
-TARGETS?=amd64 arm i386 ia64 pc98 powerpc sparc64 sun4v
+TARGETS?=amd64 arm i386 ia64 pc98 powerpc sparc64
 
 universe: universe_prologue
 universe_prologue:


More information about the svn-src-stable mailing list