Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/common Build libcompat as an object, not as a lib...



details:   https://anonhg.NetBSD.org/src/rev/28aaf37f5fb6
branches:  trunk
changeset: 828486:28aaf37f5fb6
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Dec 16 08:31:36 2017 +0000

description:
Build libcompat as an object, not as a library. We want all of its
functions compiled in, because compat modules loaded from the filesystem
may depend on them.

diffstat:

 sys/compat/common/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a41bf9f9ab63 -r 28aaf37f5fb6 sys/compat/common/Makefile.inc
--- a/sys/compat/common/Makefile.inc    Sat Dec 16 08:01:34 2017 +0000
+++ b/sys/compat/common/Makefile.inc    Sat Dec 16 08:31:36 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.22 2016/03/22 08:25:23 mrg Exp $
+#      $NetBSD: Makefile.inc,v 1.23 2017/12/16 08:31:36 maxv Exp $
 #
 #      Configuration variables (default values are below):
 #
@@ -17,7 +17,7 @@
 
 # Default values:
 COMPATDST?=            ${.OBJDIR}/lib/compat
-COMPAT_AS?=            library
+COMPAT_AS?=            obj
 COMPATDOTDIR?= ../../.
 
 COMPATDIR=             ${S:S@^.@${COMPATDOTDIR}@:Q}/compat/common



Home | Main Index | Thread Index | Old Index