Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk pica no longer exists, and arc has already switched...



details:   https://anonhg.NetBSD.org/src/rev/574e665848f0
branches:  trunk
changeset: 482677:574e665848f0
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Feb 19 02:10:31 2000 +0000

description:
pica no longer exists, and arc has already switched to UVM.

XXX We still need "UVM?= yes" ?

diffstat:

 share/mk/bsd.own.mk |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r bea7d767bc65 -r 574e665848f0 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Feb 19 02:03:29 2000 +0000
+++ b/share/mk/bsd.own.mk       Sat Feb 19 02:10:31 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.132 2000/01/22 19:53:53 mycroft Exp $
+#      $NetBSD: bsd.own.mk,v 1.133 2000/02/19 02:10:31 tsutsui Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -81,11 +81,7 @@
 #SYS_INCLUDE=  symlinks
 
 # XXX The next one is temporary until the transition to UVM is complete.
-
-# Systems on which UVM is the standard VM system.
-.if ${MACHINE} != "pica"
 UVM?=          yes
-.endif
 
 # The sparc64 port is incomplete.
 .if ${MACHINE_ARCH} == "sparc64"



Home | Main Index | Thread Index | Old Index