[PATCH] removed cruft, added instdir to filter

Eike Rathke (via Code Review) gerrit at gerrit.libreoffice.org
Mon Apr 29 06:16:38 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3664

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/64/3664/1

removed cruft, added instdir to filter

Change-Id: I30b1b923658a851535f309c3773f5cbfa697d1bf
---
M solenv/bin/create-ids
1 file changed, 2 insertions(+), 2 deletions(-)



diff --git a/solenv/bin/create-ids b/solenv/bin/create-ids
index f820882..8c3f935 100755
--- a/solenv/bin/create-ids
+++ b/solenv/bin/create-ids
@@ -19,8 +19,8 @@
 
 # --with-outpath includes solver/$INPATH/inc
 if [ "$1" = "--with-outpath" ]; then
-    dirs="`ls -d */* | sed -e '/\(\/\(common\|unxlng\|unxsol\|unxmac\|wntmsc\|Jamfile\|cscope\.\|tags\|ID\)\)\|^\(clone\|solver\|workdir\|install\)\//d'` solver/$INPATH/inc"
+    dirs="`ls -d */* | sed -e '/\(\/\(cscope\.\|tags\|ID\)\)\|^\(clone\|solver\|workdir\|instdir\|install\)\//d'` solver/$INPATH/inc"
 else
-    dirs="`ls -d */* | sed -e '/\(\/\(common\|unxlng\|unxsol\|unxmac\|wntmsc\|Jamfile\|cscope\.\|tags\|ID\)\)\|^\(clone\|solver\|workdir\|install\)\//d'`"
+    dirs="`ls -d */* | sed -e '/\(\/\(cscope\.\|tags\|ID\)\)\|^\(clone\|solver\|workdir\|instdir\|install\)\//d'`"
 fi
 mkid --lang-map=`dirname $0`/id-lang.map --include='C C++ asm perl java make' --statistics $dirs

-- 
To view, visit https://gerrit.libreoffice.org/3664
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I30b1b923658a851535f309c3773f5cbfa697d1bf
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Eike Rathke <erack at redhat.com>



More information about the LibreOffice mailing list