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@redhat.com>
Context
- [PATCH] removed cruft, added instdir to filter · Eike Rathke (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.