Source-Changes-HG archive

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

[src/trunk]: src/sys/lib/libkern Revert previous revision. It bkeaks profilin...



details:   https://anonhg.NetBSD.org/src/rev/d0834598551b
branches:  trunk
changeset: 326642:d0834598551b
user:      njoly <njoly%NetBSD.org@localhost>
date:      Sun Feb 09 12:53:30 2014 +0000

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

diffstat:

 sys/lib/libkern/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 145e5268a9ef -r d0834598551b sys/lib/libkern/Makefile
--- a/sys/lib/libkern/Makefile  Sun Feb 09 12:32:32 2014 +0000
+++ b/sys/lib/libkern/Makefile  Sun Feb 09 12:53:30 2014 +0000
@@ -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 @@
        @false
 .endif
 
+# only needed during build
+libinstall::
+
+.undef DESTDIR
 .include <bsd.lib.mk>
 
 lib${LIB}.o:: ${OBJS}



Home | Main Index | Thread Index | Old Index