Update pathnames for creation of tags file.

This commit is contained in:
Kirk McKusick 2001-12-05 01:23:21 +00:00
parent 2ad690c708
commit dd58224e31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87373
3 changed files with 3 additions and 5 deletions

View File

@ -14,7 +14,7 @@ all:
@echo "make links or tags only"
# Directories in which to place i386 tags links
DI386= apm conf i386 ibcs2 include isa linux
DI386= apm i386 ibcs2 include isa linux
links::
-for i in ${COMMDIR1}; do \

View File

@ -14,7 +14,7 @@ all:
@echo "make links or tags only"
# Directories in which to place i386 tags links
DI386= apm conf i386 ibcs2 include isa linux
DI386= apm i386 ibcs2 include isa linux
links::
-for i in ${COMMDIR1}; do \

View File

@ -10,8 +10,7 @@ SYS?= /sys
# win when there is a struct tag with the same name (e.g., vmmeter). The
# better solution would be for ctags to generate "struct vmmeter" tags.
COMM= ${SYS}/conf/*.[ch] \
${SYS}/dev/advansys/*.[ch] \
COMM= ${SYS}/dev/advansys/*.[ch] \
${SYS}/dev/aha/*.[ch] \
${SYS}/dev/aic7xxx/*.[ch] \
${SYS}/dev/buslogic/*.[ch] \
@ -26,7 +25,6 @@ COMM= ${SYS}/conf/*.[ch] \
${SYS}/dev/pdq/*.[ch] \
${SYS}/dev/ppbus/*.[ch] \
${SYS}/dev/smbus/*.[ch] \
${SYS}/dev/vn/*.[ch] \
${SYS}/dev/vx/*.[ch] \
${SYS}/fs/deadfs/*.[ch] \
${SYS}/fs/fdescfs/*.[ch] \