Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/server/xorg-server Cleanup per ${MACHINE} ...
details: https://anonhg.NetBSD.org/src/rev/1efef66f2576
branches: trunk
changeset: 756756:1efef66f2576
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jul 31 14:40:05 2010 +0000
description:
Cleanup per ${MACHINE} if-clause lines for XFree86 servers.
diffstat:
external/mit/xorg/server/xorg-server/Makefile.common | 29 ++++++++++++-------
1 files changed, 18 insertions(+), 11 deletions(-)
diffs (43 lines):
diff -r 8313eef5d127 -r 1efef66f2576 external/mit/xorg/server/xorg-server/Makefile.common
--- a/external/mit/xorg/server/xorg-server/Makefile.common Sat Jul 31 13:32:23 2010 +0000
+++ b/external/mit/xorg/server/xorg-server/Makefile.common Sat Jul 31 14:40:05 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2010/07/31 13:32:23 tsutsui Exp $
+# $NetBSD: Makefile.common,v 1.15 2010/07/31 14:40:05 tsutsui Exp $
# These define parts of the Xserver tree that are to be
# conditionally compiled for different platforms. See
@@ -40,16 +40,23 @@
.endif
# XFree86 servers all need XFONT as well.
-.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \
- ${MACHINE} == "dreamcast" || \
- ${MACHINE} == "hpcarm" || \
- ${MACHINE} == "hpcmips" || \
- ${MACHINE} == "hpcsh" ||\
- ${MACHINE} == "macppc" || ${MACHINE} == "cats" || \
- ${MACHINE} == "sgimips" || ${MACHINE} == "shark" || \
- ${MACHINE} == "netwinder" || ${MACHINE} == "sparc64" || \
- ${MACHINE} == "sparc" || ${MACHINE} == "alpha" || \
- ${MACHINE} == "zaurus" || ${MACHINE} == "prep"
+.if \
+ ${MACHINE} == "alpha" || \
+ ${MACHINE} == "amd64" || \
+ ${MACHINE} == "cats" || \
+ ${MACHINE} == "dreamcast" || \
+ ${MACHINE} == "hpcarm" || \
+ ${MACHINE} == "hpcmips" || \
+ ${MACHINE} == "hpcsh" || \
+ ${MACHINE} == "i386" || \
+ ${MACHINE} == "macppc" || \
+ ${MACHINE} == "netwinder" || \
+ ${MACHINE} == "prep" || \
+ ${MACHINE} == "sgimips" || \
+ ${MACHINE} == "shark" || \
+ ${MACHINE} == "sparc" || \
+ ${MACHINE} == "sparc64" || \
+ ${MACHINE} == "zaurus"
XSERVER_NEEDS_XFONT= yes
XSERVER_XFREE86= yes
.endif
Home |
Main Index |
Thread Index |
Old Index