Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Cleanup and sort if-clause lines for X11FLAVOUR per...
details: https://anonhg.NetBSD.org/src/rev/87c866dbd1d2
branches: trunk
changeset: 756761:87c866dbd1d2
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jul 31 16:23:15 2010 +0000
description:
Cleanup and sort if-clause lines for X11FLAVOUR per ${MACHINE}.
diffstat:
share/mk/bsd.own.mk | 20 +++++++++++++-------
1 files changed, 13 insertions(+), 7 deletions(-)
diffs (34 lines):
diff -r 00a56e3e0d3c -r 87c866dbd1d2 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sat Jul 31 16:02:11 2010 +0000
+++ b/share/mk/bsd.own.mk Sat Jul 31 16:23:15 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.636 2010/07/31 12:54:35 tsutsui Exp $
+# $NetBSD: bsd.own.mk,v 1.637 2010/07/31 16:23:15 tsutsui Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -737,12 +737,18 @@
#
# Do we default to XFree86 or Xorg for this platform?
#
-.if ${MACHINE} == "alpha" || ${MACHINE} == "acorn32" || \
- ${MACHINE} == "amiga" || ${MACHINE} == "dreamcast" || \
- ${MACHINE} == "ews4800mips" || \
- ${MACHINE} == "mac68k" || ${MACHINE} == "newsmips" || \
- ${MACHINE} == "ofppc" || ${MACHINE} == "pmax" || \
- ${MACHINE} == "sun3" || ${MACHINE} == "x68k"
+.if \
+ ${MACHINE} == "acorn32" || \
+ ${MACHINE} == "alpha" || \
+ ${MACHINE} == "amiga" || \
+ ${MACHINE} == "dreamcast" || \
+ ${MACHINE} == "ews4800mips" || \
+ ${MACHINE} == "mac68k" || \
+ ${MACHINE} == "newsmips" || \
+ ${MACHINE} == "ofppc" || \
+ ${MACHINE} == "pmax" || \
+ ${MACHINE} == "sun3" || \
+ ${MACHINE} == "x68k"
X11FLAVOUR?= XFree86
.else
X11FLAVOUR?= Xorg
Home |
Main Index |
Thread Index |
Old Index