diff options
author | jb <jb@FreeBSD.org> | 2008-05-25 02:48:57 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 2008-05-25 02:48:57 +0000 |
commit | 8ea302a3dbbe2cff128363fdcdccc49fb8a73a93 (patch) | |
tree | 2c0c9899b4c811c63e11eccdf08afc17ff64c3de /Makefile | |
parent | 2620c45d1be817ad9f32f4205c9d4f82ac93c870 (diff) | |
download | FreeBSD-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |