Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/compat_netbsd32 The main compat_netbsd32 module ...



details:   https://anonhg.NetBSD.org/src/rev/7aea547ae4c5
branches:  trunk
changeset: 449782:7aea547ae4c5
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Mar 23 03:04:57 2019 +0000

description:
The main compat_netbsd32 module doesn't contain any prior-version-compat
code, so we don't need these CPP_FLAGS.  The appropriate CPP_FLAGS are
included in the Makefiles for the various compat_netbsd32_xx modules.

diffstat:

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

diffs (28 lines):

diff -r 6e5e04b29e87 -r 7aea547ae4c5 sys/modules/compat_netbsd32/Makefile
--- a/sys/modules/compat_netbsd32/Makefile      Sat Mar 23 02:19:31 2019 +0000
+++ b/sys/modules/compat_netbsd32/Makefile      Sat Mar 23 03:04:57 2019 +0000
@@ -1,23 +1,10 @@
-#      $NetBSD: Makefile,v 1.23 2019/02/17 04:05:45 rin Exp $
+#      $NetBSD: Makefile,v 1.24 2019/03/23 03:04:57 pgoyette Exp $
 
 .include "../Makefile.inc"
 .include "../Makefile.assym"
 
 KMOD=  compat_netbsd32
 
-CPPFLAGS+=     -DCOMPAT_09
-CPPFLAGS+=     -DCOMPAT_10
-CPPFLAGS+=     -DCOMPAT_11
-CPPFLAGS+=     -DCOMPAT_12
-CPPFLAGS+=     -DCOMPAT_13
-CPPFLAGS+=     -DCOMPAT_14
-CPPFLAGS+=     -DCOMPAT_15
-CPPFLAGS+=     -DCOMPAT_16
-
-CPPFLAGS+=     -DCOMPAT_20
-CPPFLAGS+=     -DCOMPAT_30 -DCOMPAT_40 -DCOMPAT_50
-CPPFLAGS+=     -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80
-CPPFLAGS+=     -DCOMPAT_43
 CPPFLAGS+=     -DCOMPAT_NETBSD32
 CPPFLAGS+=     -DEXEC_ELF32 -DEXEC_ELF64
 CPPFLAGS+=     -DCOREDUMP -DNTP -DVMSWAP



Home | Main Index | Thread Index | Old Index