Kaydet (Commit) 6e79d226 authored tarafından Eike Rathke's avatar Eike Rathke

'clone' directory is gone and might even be a legit module name in future

Change-Id: Iba0cf3345655a8ca61a4d55b9f045c713683f97b
üst 090e33df
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
# TODO: should this include workdir headers? # TODO: should this include workdir headers?
if [ "$1" = "--with-outpath" ]; then if [ "$1" = "--with-outpath" ]; then
dirs="$(ls -d ./*/* | sed -e '/\(\/\(cscope\.\|tags\|ID\)\)\|^\.\/\(clone\|workdir\|instdir\)\//d')" dirs="$(ls -d ./*/* | sed -e '/\(\/\(cscope\.\|tags\|ID\)\)\|^\.\/\(workdir\|instdir\)\//d')"
else else
dirs="$(ls -d ./*/* | sed -e '/\(\/\(cscope\.\|tags\|ID\)\)\|^\.\/\(clone\|workdir\|instdir\)\//d')" dirs="$(ls -d ./*/* | sed -e '/\(\/\(cscope\.\|tags\|ID\)\)\|^\.\/\(workdir\|instdir\)\//d')"
fi fi
mkid --lang-map="$(dirname "$0")"/id-lang.map --include='C C++ asm perl java make' --statistics $dirs mkid --lang-map="$(dirname "$0")"/id-lang.map --include='C C++ asm perl java make' --statistics $dirs
...@@ -18,7 +18,7 @@ omnicppoptions="--c++-kinds=+p --fields=+iaS --extra=+q" ...@@ -18,7 +18,7 @@ omnicppoptions="--c++-kinds=+p --fields=+iaS --extra=+q"
$ctags -h "+.hdl.hrc" --langmap=c:+.hrc.src,c++:+.hdl $saloptions $omnicppoptions \ $ctags -h "+.hdl.hrc" --langmap=c:+.hrc.src,c++:+.hdl $saloptions $omnicppoptions \
--languages=-HTML,Java,JavaScript \ --languages=-HTML,Java,JavaScript \
-R --exclude=instdir --exclude=instdir_for_build --exclude=workdir --exclude=workdir_for_build \ -R --exclude=instdir --exclude=instdir_for_build --exclude=workdir --exclude=workdir_for_build \
--exclude=clone --exclude=external --totals=yes ${SRCDIR:-*} --exclude=external --totals=yes ${SRCDIR:-*}
if test -d workdir_for_build; then if test -d workdir_for_build; then
w=workdir_for_build w=workdir_for_build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment