Module Name: src
Committed By: tsutsui
Date: Sat Jul 31 13:32:23 UTC 2010
Modified Files:
src/external/mit/xorg/server/xorg-server: Makefile.common
Log Message:
Remove obsolete (commented out) XSERVER_XHPC.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
src/external/mit/xorg/server/xorg-server/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/server/xorg-server/Makefile.common
diff -u src/external/mit/xorg/server/xorg-server/Makefile.common:1.13 src/external/mit/xorg/server/xorg-server/Makefile.common:1.14
--- src/external/mit/xorg/server/xorg-server/Makefile.common:1.13 Mon Jul 12 07:54:12 2010
+++ src/external/mit/xorg/server/xorg-server/Makefile.common Sat Jul 31 13:32:23 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2010/07/12 07:54:12 kiyohara Exp $
+# $NetBSD: Makefile.common,v 1.14 2010/07/31 13:32:23 tsutsui Exp $
# These define parts of the Xserver tree that are to be
# conditionally compiled for different platforms. See
@@ -54,10 +54,6 @@
XSERVER_XFREE86= yes
.endif
-#.if ${MACHINE} == "hpcarm" || ${MACHINE} == "hpcmips" || ${MACHINE} == "hpcsh"
-#XSERVER_XHPC= yes
-#.endif
-
.if ${MACHINE} == "mac68k"
XSERVER_XMAC68K= yes
XSERVER_HAS_CFB= yes
@@ -112,8 +108,6 @@
XSERVER_XFREE68?= no
# Does this platform build XFree86 X server?
XSERVER_XFREE86?= no
-# Does this platform build Xhpc X servers?
-XSERVER_XHPC?= no
# Does this platform build the Xmac68k X server?
XSERVER_XMAC68K?= no
# Does this platform build Xmacppc X server?