summaryrefslogtreecommitdiff
path: root/solenv/bin/create-ids
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-06 16:36:04 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-07 14:27:50 -0600
commitb8002169336b6b7597d32755e41fa3dc2688539e (patch)
treedde6d4ce209e09aa2140575aa1f8386144f76af6 /solenv/bin/create-ids
parent7fb73e6c30e66f028fe759376e3789456bf3ad33 (diff)
remove INPATH and PROEXT
- WORKDIR path is just workdir - INSTDIR path is just instdir - WORKDIR_FOR_BUILD is workdir_for_build - INSTDIR_FOR_BUILD is instdir_for_build - replace other usage of INPATH by combination of OS and CPUNAME Change-Id: Ie398387ebd82a968ec2605f2103c55b43a231482 Reviewed-on: https://gerrit.libreoffice.org/6601 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'solenv/bin/create-ids')
-rwxr-xr-xsolenv/bin/create-ids8
1 files changed, 0 insertions, 8 deletions
diff --git a/solenv/bin/create-ids b/solenv/bin/create-ids
index 847f022e0daa..0722091b2386 100755
--- a/solenv/bin/create-ids
+++ b/solenv/bin/create-ids
@@ -9,14 +9,6 @@
# create ID file for the whole LibO tree. run it in toplevel dir
-if [ -z "$INPATH" ] ; then
- INPATH=$(grep "INPATH=" ./config_host.mk | sed -e "s/INPATH=//")
-fi
-if [ -z "$INPATH" ] ; then
- echo "could not determine INPATH" >&2
- exit 1
-fi
-
# TODO: should this include workdir headers?
if [ "$1" = "--with-outpath" ]; then
dirs="`ls -d */* | sed -e '/\(\/\(cscope\.\|tags\|ID\)\)\|^\(clone\|workdir\|instdir\)\//d'`"