Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun2/conf Remove more unused functions with COMPAT_...
details: https://anonhg.NetBSD.org/src/rev/b0d165a81bf7
branches: trunk
changeset: 321236:b0d165a81bf7
user: maya <maya%NetBSD.org@localhost>
date: Wed Mar 07 15:20:50 2018 +0000
description:
Remove more unused functions with COMPAT_AS=library
diffstat:
sys/arch/sun2/conf/Makefile.sun2 | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r 72937195bd18 -r b0d165a81bf7 sys/arch/sun2/conf/Makefile.sun2
--- a/sys/arch/sun2/conf/Makefile.sun2 Wed Mar 07 15:02:36 2018 +0000
+++ b/sys/arch/sun2/conf/Makefile.sun2 Wed Mar 07 15:20:50 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sun2,v 1.21 2018/03/03 03:19:18 mrg Exp $
+# $NetBSD: Makefile.sun2,v 1.22 2018/03/07 15:20:50 maya Exp $
# Makefile for NetBSD
#
@@ -38,11 +38,13 @@
##
## (3) libkern and compat
##
-OPT_MODULAR= %MODULAR%
+OPT_MODULAR= %MODULAR%
.if !empty(OPT_MODULAR)
-KERN_AS= obj
+KERN_AS= obj
+COMPAT_AS= obj
.else
-KERN_AS= library
+KERN_AS= library
+COMPAT_AS= library
.endif
# XXX lib/libkern/arch/m68k/Makefile.inc needs to know that
# XXX our MACHINE_ARCH is m68000, and not m68k. --fredette
Home |
Main Index |
Thread Index |
Old Index