Kaydet (Commit) 9c32973e authored tarafından Eike Rathke's avatar Eike Rathke

For --with-outpath include workdir generated files without UnpackedTar*

Change-Id: I07605c132432cb9454614368200e9c85695bea26
üst 6e79d226
......@@ -9,9 +9,9 @@
# create ID file for the whole LibO tree. run it in toplevel dir
# TODO: should this include workdir headers?
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
dirs="$(ls -d ./*/* | sed -e '/\(\/\(cscope\.\|tags\|ID\)\)\|^\.\/\(workdir\|instdir\)\//d')"
fi
......
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