[Libreoffice-commits] .: solenv/bin
Thorsten Behrens
thorsten at kemper.freedesktop.org
Thu Jul 28 06:18:42 PDT 2011
solenv/bin/create-ids | 2 +-
solenv/bin/create-tags | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c15553c794ccd59b716ec64ea4fdf7925ca8c5ef
Author: Thorsten Behrens <tbehrens at novell.com>
Date: Thu Jul 28 15:14:48 2011 +0200
Followup-changes for *.Set.sh rename
Commit 22d9caecc978a5739ddd1430fd26abe06454726c renames the
environment file to always be Env.Host.sh. Reflecting that in the
shell scripts attempting to source it.
diff --git a/solenv/bin/create-ids b/solenv/bin/create-ids
index 868d885..7567e85 100755
--- a/solenv/bin/create-ids
+++ b/solenv/bin/create-ids
@@ -2,7 +2,7 @@
# create ID file for the whole LibO tree. run it in toplevel dir
-. ./*.Set.sh
+. ./Env.Host.sh
dirs="*/$INPATH/inc */$INPATH/misc/build `ls -d */* | sed -e '/\(clone\/\|\/\(common\|unxlng\|unxsol\|unxmac\|wntmsc\|Jamfile\|cscope\.\|tags\|ID\)\)\|^solver\//d'`"
mkid --lang-map=`dirname $0`/id-lang.map --include='C C++ asm perl make' --statistics $dirs
diff --git a/solenv/bin/create-tags b/solenv/bin/create-tags
index 12280f6..c93bcd9 100755
--- a/solenv/bin/create-tags
+++ b/solenv/bin/create-tags
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
-. ./*.Set.sh
+. ./Env.Host.sh
omnicppoptions="--c++-kinds=+p --fields=+iaS --extra=+q"
ctags -h "+.hdl.hrc" --langmap=c:+.hdl.hrc.src $omnicppoptions \
More information about the Libreoffice-commits
mailing list