[Libreoffice-commits] core.git: solenv/bin
Eike Rathke
erack at redhat.com
Thu Jun 1 17:19:56 UTC 2017
solenv/bin/create-ids | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 9c32973e0ea91fbc1d9eb7daa55967c4a18f3f72
Author: Eike Rathke <erack at redhat.com>
Date: Thu Jun 1 19:18:23 2017 +0200
For --with-outpath include workdir generated files without UnpackedTar*
Change-Id: I07605c132432cb9454614368200e9c85695bea26
diff --git a/solenv/bin/create-ids b/solenv/bin/create-ids
index a6a2c1f57f80..67f35d17c942 100755
--- a/solenv/bin/create-ids
+++ b/solenv/bin/create-ids
@@ -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
More information about the Libreoffice-commits
mailing list