Module Name:    src
Committed By:   maxv
Date:           Sat Dec 16 08:31:36 UTC 2017

Modified Files:
        src/sys/compat/common: Makefile.inc

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/compat/common/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/common/Makefile.inc
diff -u src/sys/compat/common/Makefile.inc:1.22 src/sys/compat/common/Makefile.inc:1.23
--- src/sys/compat/common/Makefile.inc:1.22	Tue Mar 22 08:25:23 2016
+++ src/sys/compat/common/Makefile.inc	Sat Dec 16 08:31:36 2017
@@ -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

Reply via email to