diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-28 13:53:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-28 13:53:10 +0000 |
commit | bea975c673ac1432d6a47129fe3007be3beaa595 (patch) | |
tree | e5d8589a21d6d62734c2a687570f037fda4f573c /lib/libc/Makefile | |
parent | 76ecd52c9997c184581972cfa8b8341a1748df36 (diff) |
toast long line
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r-- | lib/libc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index c15dd206389..dc62855fe96 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2003/11/20 23:23:09 avsm Exp $ +# $OpenBSD: Makefile,v 1.21 2004/01/28 13:53:09 deraadt Exp $ # # All library objects contain sccsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does @@ -50,7 +50,8 @@ rm-from-libkern: all: tags tags: ${SRCS} ctags -w ${.ALLSRC:M*.c} - egrep "^SYSENTRY(.*)|^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 |