diff options
author | mckusick <mckusick@FreeBSD.org> | 2001-12-05 01:23:21 +0000 |
---|---|---|
committer | mckusick <mckusick@FreeBSD.org> | 2001-12-05 01:23:21 +0000 |
commit | f62c954d2f14b594ba21b0430f8bd3a8d0f3b9b7 (patch) | |
tree | bba37954428d4d7c173eebb720323538508ea036 | |
parent | 12fc28cc238bb18261371f5538b394d65406f15e (diff) | |
download | FreeBSD-src-f62c954d2f14b594ba21b0430f8bd3a8d0f3b9b7.zip FreeBSD-src-f62c954d2f14b594ba21b0430f8bd3a8d0f3b9b7.tar.gz |
Update pathnames for creation of tags file.
-rw-r--r-- | sys/amd64/Makefile | 2 | ||||
-rw-r--r-- | sys/i386/Makefile | 2 | ||||
-rw-r--r-- | sys/kern/Make.tags.inc | 4 |
3 files changed, 3 insertions, 5 deletions
diff --git a/sys/amd64/Makefile b/sys/amd64/Makefile index 9cd88ef..14ba0b3 100644 --- a/sys/amd64/Makefile +++ b/sys/amd64/Makefile @@ -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 \ diff --git a/sys/i386/Makefile b/sys/i386/Makefile index 9cd88ef..14ba0b3 100644 --- a/sys/i386/Makefile +++ b/sys/i386/Makefile @@ -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 \ diff --git a/sys/kern/Make.tags.inc b/sys/kern/Make.tags.inc index 45e857d..68801a9 100644 --- a/sys/kern/Make.tags.inc +++ b/sys/kern/Make.tags.inc @@ -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] \ |