Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/compat No need to wrap each version with a separ...



details:   https://anonhg.NetBSD.org/src/rev/a1228a7a61be
branches:  trunk
changeset: 784207:a1228a7a61be
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 22 01:48:34 2013 +0000

description:
No need to wrap each version with a separate conditional.

diffstat:

 sys/modules/compat/Makefile |  16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

diffs (36 lines):

diff -r 39c7e57c6463 -r a1228a7a61be sys/modules/compat/Makefile
--- a/sys/modules/compat/Makefile       Tue Jan 22 01:47:20 2013 +0000
+++ b/sys/modules/compat/Makefile       Tue Jan 22 01:48:34 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2011/01/17 15:57:04 pooka Exp $
+#      $NetBSD: Makefile,v 1.7 2013/01/22 01:48:34 christos Exp $
 
 .include "../Makefile.inc"
 
@@ -13,26 +13,12 @@
 #
 .if (${MACHINE_ARCH} != "x86_64")
 CPPFLAGS+=     -DCOMPAT_09
-.endif
-.if (${MACHINE_ARCH} != "x86_64")
 CPPFLAGS+=     -DCOMPAT_10
-.endif
-.if (${MACHINE_ARCH} != "x86_64")
 CPPFLAGS+=     -DCOMPAT_11
-.endif
-.if (${MACHINE_ARCH} != "x86_64")
 CPPFLAGS+=     -DCOMPAT_12
-.endif
-.if (${MACHINE_ARCH} != "x86_64")
 CPPFLAGS+=     -DCOMPAT_13
-.endif
-.if (${MACHINE_ARCH} != "x86_64")
 CPPFLAGS+=     -DCOMPAT_14
-.endif
-.if (${MACHINE_ARCH} != "x86_64")
 CPPFLAGS+=     -DCOMPAT_15
-.endif
-.if (${MACHINE_ARCH} != "x86_64")
 CPPFLAGS+=     -DCOMPAT_16
 .endif
 



Home | Main Index | Thread Index | Old Index