diff options
author | David Leonard <d@cvs.openbsd.org> | 2000-10-04 06:06:01 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 2000-10-04 06:06:01 +0000 |
commit | ea6cf9bacbff90bcd397372ac358075e79c81996 (patch) | |
tree | 6a9679557155972758584996a7491a030070e3d1 /lib/libc/Makefile | |
parent | 65481a2439392178401888598c5d24897a3741ef (diff) |
teach tags about SYSENTRY
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 111a7a6138a..938fbd48d54 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 1998/11/20 11:18:28 d Exp $ +# $OpenBSD: Makefile,v 1.17 2000/10/04 06:06:00 d 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} - egrep "^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" /dev/null ${.ALLSRC:M*.S} | \ + egrep "^SYSENTRY(.*)|^ENTRY(.*)|^FUNC(.*)|^SYSCALL(.*)" /dev/null ${.ALLSRC:M*.S} | \ sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ >> tags; sort -o tags tags |