Ignore errors when making tags here with the override target. (Now matches

the default target in bsd.dep.mk, which dashes the ctags commands.)
This commit is contained in:
ross 2004-04-07 03:49:16 +00:00
parent 8ad72c592f
commit 317058e147

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.114 2004/03/03 22:57:26 matt Exp $
# $NetBSD: Makefile,v 1.115 2004/04/07 03:49:16 ross Exp $
# @(#)Makefile 8.2 (Berkeley) 2/3/94
#
# All library objects contain sccsid strings by default; they may be
@ -152,8 +152,8 @@ rm-from-libkern:
realall: tags
tags: ${SRCS}
${TOOL_CTAGS} -w ${.ALLSRC:M*.c}
egrep "^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" /dev/null ${.ALLSRC:M*.S} | \
-${TOOL_CTAGS} -w ${.ALLSRC:M*.c}
-egrep "^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" /dev/null ${.ALLSRC:M*.S} | \
sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${.TARGET}; sort -o ${.TARGET} ${.TARGET}