diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-05-06 11:16:49 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-05-06 11:16:49 +0000 |
commit | 761b386eab3f4bcaa09a787808ba681d798f6b48 (patch) | |
tree | 6384843c3978d8ff29ebda42a4d5bd88e3244d63 /sys/arch/sparc | |
parent | 7d886ace366d1e7cb5b635c38a7e5b3449f993fb (diff) |
generate vim-compatible tag files, from netbsd
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/Makefile b/sys/arch/sparc/Makefile index 7203ff63353..bc623a5349f 100644 --- a/sys/arch/sparc/Makefile +++ b/sys/arch/sparc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2002/07/15 21:29:16 mickey Exp $ +# $OpenBSD: Makefile,v 1.9 2005/05/06 11:16:48 pedro Exp $ # $NetBSD: Makefile,v 1.4 1996/03/25 22:48:09 mrg Exp $ # @@ -26,7 +26,7 @@ ASPARC= $S/arch/sparc/sparc/*.[sS] $S/lib/libkern/arch/sparc/*.[sS] tags: -ctags -wdtf ${TSPARC} ${COMM} ${SPARC} egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ASPARC} | \ - sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ + sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ >> ${TSPARC} sort -o ${TSPARC} ${TSPARC} |