Module Name:    src
Committed By:   njoly
Date:           Sun Feb  9 12:53:30 UTC 2014

Modified Files:
        src/sys/lib/libkern: Makefile

Log Message:
Revert previous revision. It bkeaks profiling kernel builds.
LIBISPRIVATE unconditionnally set MKPROFILE to no, preventing
profiling kernel library.


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/sys/lib/libkern/Makefile

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

Modified files:

Index: src/sys/lib/libkern/Makefile
diff -u src/sys/lib/libkern/Makefile:1.96 src/sys/lib/libkern/Makefile:1.97
--- src/sys/lib/libkern/Makefile:1.96	Wed Aug 21 05:50:14 2013
+++ src/sys/lib/libkern/Makefile	Sun Feb  9 12:53:30 2014
@@ -1,7 +1,8 @@
-#	$NetBSD: Makefile,v 1.96 2013/08/21 05:50:14 matt Exp $
+#	$NetBSD: Makefile,v 1.97 2014/02/09 12:53:30 njoly Exp $
 
 LIB=		kern
-LIBISPRIVATE?=	yes
+NOPIC=		# defined
+LLIBS=		# defined
 
 .include "Makefile.libkern"
 .ifndef ARCHSUBDIR
@@ -10,6 +11,10 @@ LIBISPRIVATE?=	yes
 	@false
 .endif
 
+# only needed during build
+libinstall::
+
+.undef DESTDIR
 .include <bsd.lib.mk>
 
 lib${LIB}.o:: ${OBJS}

Reply via email to