summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2008-05-25 02:48:57 +0000
committerjb <jb@FreeBSD.org>2008-05-25 02:48:57 +0000
commit8ea302a3dbbe2cff128363fdcdccc49fb8a73a93 (patch)
tree2c0c9899b4c811c63e11eccdf08afc17ff64c3de /Makefile
parent2620c45d1be817ad9f32f4205c9d4f82ac93c870 (diff)
downloadFreeBSD-src-8ea302a3dbbe2cff128363fdcdccc49fb8a73a93.zip
FreeBSD-src-8ea302a3dbbe2cff128363fdcdccc49fb8a73a93.tar.gz
Remove sun4v from the list of arches in 'make universe'. There has been
no active development on it for over a year now and it isn't reliable under a simple buildworld. Developers can't be expected to test code targeted for it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80838cc..e7e5aa4 100644
--- a/Makefile
+++ b/Makefile
@@ -275,7 +275,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:
OpenPOWER on IntegriCloud