Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/lib/libkern Pull up revision 1.65 (requested by wrs...
details: https://anonhg.NetBSD.org/src/rev/d2eb4fbfb50f
branches: netbsd-1-6
changeset: 527998:d2eb4fbfb50f
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Jun 19 00:03:25 2002 +0000
description:
Pull up revision 1.65 (requested by wrstuden in ticket #318):
Updated version of cscope/mkid support. Check libkern and compat lib
for source files. Also include header files in mkid run.
diffstat:
sys/lib/libkern/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 842139542d75 -r d2eb4fbfb50f sys/lib/libkern/Makefile
--- a/sys/lib/libkern/Makefile Wed Jun 19 00:03:16 2002 +0000
+++ b/sys/lib/libkern/Makefile Wed Jun 19 00:03:25 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2001/12/12 01:50:04 tv Exp $
+# $NetBSD: Makefile,v 1.63.10.1 2002/06/19 00:03:25 lukem Exp $
LIB= kern
NOPIC= # defined
@@ -89,3 +89,6 @@
@echo building profiled ${LIB} library
@rm -f lib${LIB}.po
@${LD} -r -o lib${LIB}.po `NM=${NM} ${LORDER} ${POBJS} | ${TSORT}`
+
+showsources: ${SRCS}
+ @echo ${.ALLSRC}
Home |
Main Index |
Thread Index |
Old Index