From cdc123f616cbbec1e7df3f8f2bc0a515203c364d Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Thu, 28 Jul 2011 15:14:48 +0200 Subject: 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. --- solenv/bin/create-ids | 2 +- solenv/bin/create-tags | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'solenv') 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 \ -- cgit