diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-07-15 19:41:11 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-07-15 19:41:11 +0000 |
commit | 2ae2d5c3a0352f33f2702ed4d00cba288eeca040 (patch) | |
tree | 7bdee9ed9c988cc53958b9872263d000da2d6ae5 /lib/libc/Makefile | |
parent | 94bf779059ee91b76a75abf8f7bc3b3707673428 (diff) |
suppress ctags warnings; millert@ ok
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r-- | lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index e90ea9dbed5..9a55baddeaf 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2001/06/18 18:08:14 millert Exp $ +# $OpenBSD: Makefile,v 1.19 2002/07/15 19:41:10 mickey Exp $ # # All library objects contain sccsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does @@ -49,7 +49,7 @@ rm-from-libkern: all: tags tags: ${SRCS} - ctags ${.ALLSRC:M*.c} + ctags -w ${.ALLSRC:M*.c} egrep "^SYSENTRY(.*)|^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" /dev/null ${.ALLSRC:M*.S} | \ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ >> tags; sort -o tags tags |