diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2011-07-28 15:14:48 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-07-28 15:14:48 +0200 |
commit | cdc123f616cbbec1e7df3f8f2bc0a515203c364d (patch) | |
tree | cfdcef405ee6096035de409abc931f9fff6f3202 /solenv | |
parent | cbaf010845a1eeedadcbe949e94e5ad21031626a (diff) |
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.
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/create-ids | 2 | ||||
-rwxr-xr-x | solenv/bin/create-tags | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/create-ids b/solenv/bin/create-ids index 868d88526c76..7567e857f5e9 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 12280f62101c..c93bcd9bf52c 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 \ |