Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc Provide the phony "tags" target as previous. Make ...
details: https://anonhg.NetBSD.org/src/rev/19e47bcfbcca
branches: trunk
changeset: 749712:19e47bcfbcca
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sun Dec 06 12:56:59 2009 +0000
description:
Provide the phony "tags" target as previous. Make it depend on the real
target. In case someone assumes the target as an interface.
diffstat:
lib/libc/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r b6c9422351a9 -r 19e47bcfbcca lib/libc/Makefile
--- a/lib/libc/Makefile Sun Dec 06 12:55:46 2009 +0000
+++ b/lib/libc/Makefile Sun Dec 06 12:56:59 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.139 2009/12/06 06:30:52 uebayasi Exp $
+# $NetBSD: Makefile,v 1.140 2009/12/06 12:56:59 uebayasi Exp $
# @(#)Makefile 8.2 (Berkeley) 2/3/94
#
# All library objects contain sccsid strings by default; they may be
@@ -114,7 +114,8 @@
NLS= C.msg Pig.msg ca.msg cs.msg de.msg es.msg fi.msg fr.msg nl.msg \
no.msg pl.msg sk.msg sv.msg
-realall: ${.OBJDIR}/tags
+realall: tags
+tags: ${.OBJDIR}/tags
${.OBJDIR}/tags: ${SRCS}
${_MKTARGET_CREATE}
-${TOOL_CTAGS} -w ${.ALLSRC:M*.c}
Home |
Main Index |
Thread Index |
Old Index