For --with-outpath include workdir generated files without UnpackedTar*
Change-Id: I07605c132432cb9454614368200e9c85695bea26
This commit is contained in:
parent
6e79d226f4
commit
9c32973e0e
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@
|
||||||
|
|
||||||
# create ID file for the whole LibO tree. run it in toplevel dir
|
# create ID file for the whole LibO tree. run it in toplevel dir
|
||||||
|
|
||||||
# TODO: should this include workdir headers?
|
|
||||||
if [ "$1" = "--with-outpath" ]; then
|
if [ "$1" = "--with-outpath" ]; then
|
||||||
dirs="$(ls -d ./*/* | sed -e '/\(\/\(cscope\.\|tags\|ID\)\)\|^\.\/\(workdir\|instdir\)\//d')"
|
# Include workdir generated files but without workdir/UnpackedTarball workdir/UnpackedTarget
|
||||||
|
dirs="$(ls -d ./*/* | sed -e '/\(\/\(cscope\.\|tags\|ID\)\)\|^\.\/\(workdir\/UnpackedTar\|\(instdir\/\)\)/d')"
|
||||||
else
|
else
|
||||||
dirs="$(ls -d ./*/* | sed -e '/\(\/\(cscope\.\|tags\|ID\)\)\|^\.\/\(workdir\|instdir\)\//d')"
|
dirs="$(ls -d ./*/* | sed -e '/\(\/\(cscope\.\|tags\|ID\)\)\|^\.\/\(workdir\|instdir\)\//d')"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue