mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 07:55:21 -04:00
Update tags directive to reflect the new location of soft updates
and the reorganization of the eisa directory.
This commit is contained in:
parent
a218be6892
commit
bdbd3ff7cf
3 changed files with 5 additions and 7 deletions
|
|
@ -14,7 +14,7 @@ all:
|
|||
@echo "make links or tags only"
|
||||
|
||||
# Directories in which to place i386 tags links
|
||||
DI386= apm conf eisa i386 ibcs2 include isa linux
|
||||
DI386= apm conf i386 ibcs2 include isa linux
|
||||
|
||||
links::
|
||||
-for i in ${COMMDIR1}; do \
|
||||
|
|
@ -24,7 +24,7 @@ links::
|
|||
-for i in ${DI386}; do \
|
||||
(cd $$i && { rm -f tags; ln -s ../tags tags; }) done
|
||||
|
||||
SI386= ${SYS}/i386/apm/*.[ch] ${SYS}/i386/eisa/*.[ch] \
|
||||
SI386= ${SYS}/i386/apm/*.[ch] \
|
||||
${SYS}/i386/i386/*.[ch] ${SYS}/i386/ibcs2/*.[ch] \
|
||||
${SYS}/i386/include/*.[ch] ${SYS}/i386/isa/*.[ch] \
|
||||
${SYS}/i386/linux/*.[ch]
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ all:
|
|||
@echo "make links or tags only"
|
||||
|
||||
# Directories in which to place i386 tags links
|
||||
DI386= apm conf eisa i386 ibcs2 include isa linux
|
||||
DI386= apm conf i386 ibcs2 include isa linux
|
||||
|
||||
links::
|
||||
-for i in ${COMMDIR1}; do \
|
||||
|
|
@ -24,7 +24,7 @@ links::
|
|||
-for i in ${DI386}; do \
|
||||
(cd $$i && { rm -f tags; ln -s ../tags tags; }) done
|
||||
|
||||
SI386= ${SYS}/i386/apm/*.[ch] ${SYS}/i386/eisa/*.[ch] \
|
||||
SI386= ${SYS}/i386/apm/*.[ch] \
|
||||
${SYS}/i386/i386/*.[ch] ${SYS}/i386/ibcs2/*.[ch] \
|
||||
${SYS}/i386/include/*.[ch] ${SYS}/i386/isa/*.[ch] \
|
||||
${SYS}/i386/linux/*.[ch]
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ 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] \
|
||||
|
|
@ -77,8 +76,7 @@ COMMDIR1= ${SYS}/conf \
|
|||
${SYS}/vm \
|
||||
${SYS}/sys
|
||||
|
||||
COMMDIR2= ${SYS}/contrib/softupdates \
|
||||
${SYS}/dev/advansys \
|
||||
COMMDIR2= ${SYS}/dev/advansys \
|
||||
${SYS}/dev/aha \
|
||||
${SYS}/dev/aic7xxx \
|
||||
${SYS}/dev/buslogic \
|
||||
|
|
|
|||
Loading…
Reference in a new issue