Source-Changes-HG archive

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

[src/netbsd-1-5]: src/lib/libc Pull up revision 1.96 (requested by chris):



details:   https://anonhg.NetBSD.org/src/rev/7ca6da489c3f
branches:  netbsd-1-5
changeset: 491385:7ca6da489c3f
user:      he <he%NetBSD.org@localhost>
date:      Wed Apr 25 09:52:23 2001 +0000

description:
Pull up revision 1.96 (requested by chris):
  Remove duplicate ``tags'' target definition.

diffstat:

 lib/libc/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r ff66c3f075e1 -r 7ca6da489c3f lib/libc/Makefile
--- a/lib/libc/Makefile Wed Apr 25 09:30:42 2001 +0000
+++ b/lib/libc/Makefile Wed Apr 25 09:52:23 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.89 2000/06/02 23:11:05 fvdl Exp $
+#      $NetBSD: Makefile,v 1.89.2.1 2001/04/25 09:52:23 he Exp $
 #      @(#)Makefile    8.2 (Berkeley) 2/3/94
 #
 # All library objects contain sccsid strings by default; they may be
@@ -111,11 +111,6 @@
            sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
            >> ${.TARGET}; sort -o ${.TARGET} ${.TARGET}
 
-tags: ${.CURDIR}/tags
-${.CURDIR}/tags: 
-       @rm -f ${.TARGET}
-       ln -s /var/db/libc.tags ${.TARGET}
-
 FILES=         ${.OBJDIR}/tags
 FILESNAME=     libc.tags
 FILESDIR=      /var/db



Home | Main Index | Thread Index | Old Index