Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch hpcarm, hpcmips, and hpcsh to using X11FLAVO...



details:   https://anonhg.NetBSD.org/src/rev/54f2a8e5b109
branches:  trunk
changeset: 756751:54f2a8e5b109
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jul 31 12:54:35 2010 +0000

description:
Switch hpcarm, hpcmips, and hpcsh to using X11FLAVOUR=Xorg.

diffstat:

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

diffs (19 lines):

diff -r d751b059d2a1 -r 54f2a8e5b109 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Jul 31 12:24:50 2010 +0000
+++ b/share/mk/bsd.own.mk       Sat Jul 31 12:54:35 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.635 2010/07/17 22:53:29 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.636 2010/07/31 12:54:35 tsutsui Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -739,8 +739,7 @@
 #
 .if ${MACHINE} == "alpha" || ${MACHINE} == "acorn32" || \
        ${MACHINE} == "amiga" || ${MACHINE} == "dreamcast" || \
-       ${MACHINE} == "ews4800mips" || ${MACHINE} == "hpcarm" || \
-       ${MACHINE} == "hpcmips" || ${MACHINE} == "hpcsh" || \
+       ${MACHINE} == "ews4800mips" || \
        ${MACHINE} == "mac68k" || ${MACHINE} == "newsmips" || \
        ${MACHINE} == "ofppc" || ${MACHINE} == "pmax" || \
        ${MACHINE} == "sun3" || ${MACHINE} == "x68k"



Home | Main Index | Thread Index | Old Index