Add soft updates to the set of things being tagged. Syntax cleanup.

This commit is contained in:
mckusick 2000-01-27 01:22:06 +00:00
parent 4d672453af
commit b5a8876127
3 changed files with 6 additions and 3 deletions

View File

@ -31,7 +31,7 @@ SI386= ${SYS}/i386/apm/*.[ch] ${SYS}/i386/eisa/*.[ch] \
AI386= ${SYS}/i386/i386/*.s
tags::
-ctags -wdt ${COMM} ${I386}
-ctags -wdt ${COMM} ${SI386}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AI386} | \
sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> tags

View File

@ -31,7 +31,7 @@ SI386= ${SYS}/i386/apm/*.[ch] ${SYS}/i386/eisa/*.[ch] \
AI386= ${SYS}/i386/i386/*.s
tags::
-ctags -wdt ${COMM} ${I386}
-ctags -wdt ${COMM} ${SI386}
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AI386} | \
sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> tags

View File

@ -1,3 +1,4 @@
# $FreeBSD$
# @(#)Make.tags.inc 8.1 (Berkeley) 6/11/93
SYS?= /sys
@ -10,6 +11,7 @@ SYS?= /sys
# better solution would be for ctags to generate "struct vmmeter" tags.
COMM= ${SYS}/conf/*.[ch] \
${SYS}/contrib/softupdates/*.[ch] \
${SYS}/dev/advansys/*.[ch] \
${SYS}/dev/aha/*.[ch] \
${SYS}/dev/aic7xxx/*.[ch] \
@ -75,7 +77,8 @@ COMMDIR1= ${SYS}/conf \
${SYS}/vm \
${SYS}/sys
COMMDIR2= ${SYS}/dev/advansys \
COMMDIR2= ${SYS}/contrib/softupdates \
${SYS}/dev/advansys \
${SYS}/dev/aha \
${SYS}/dev/aic7xxx \
${SYS}/dev/buslogic \