Dash:
[t2.git] / package / develop / distcc / parse-config
blobbfc94e0be107eff38e22198b3c48211a7721d9c7
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../distcc/parse-config
5 # Copyright (C) 2004 - 2010 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 if [ "$SDECFG_PKG_DISTCC_USEIT" = 1 -a "`type -p distcc`" ] ; then
16         unset ${!DISTCC_*}
17         #export DISTCC_VERBOSE=1
18         export DISTCC_HOSTS="$SDECFG_PKG_DISTCC_HOSTS"
20         # only using the KCC and GCC wrapper will work accidently, because
21         # GCC_* is utilized for any gcc based compilation - either C or C++
22         var_insert KCC_WRAPPER_OTHERS ":" "distcc"
23         var_insert GCC_WRAPPER_OTHERS ":" "distcc"
25         # distcc's dir is a valid place to write
26         flistvalid="$flistvalid|$HOME/.distcc"
28         # last but not least make sure the package does not depend on distcc
29         var_append flistrfilter "|" ".*bin/distcc"