diff options
author | Alexey Neyman <stilor@att.net> | 2018-04-29 23:01:43 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-04-29 23:01:43 -0700 |
commit | a3cc62a52c143d76cde25fe0e04acdaf21ca6d0d (patch) | |
tree | 624e91a6c73e2fd1c6d9c24d2fdabc48d3ea65df /scripts/crosstool-NG.sh | |
parent | 5c24106d3b6ddb5229874a74e3cfe0059fa8ce8d (diff) | |
download | crosstool-ng-a3cc62a52c143d76cde25fe0e04acdaf21ca6d0d.tar.gz crosstool-ng-a3cc62a52c143d76cde25fe0e04acdaf21ca6d0d.tar.bz2 crosstool-ng-a3cc62a52c143d76cde25fe0e04acdaf21ca6d0d.zip |
Restore the ability to build multiple configurations
... in the shared .build directory.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/crosstool-NG.sh')
-rw-r--r-- | scripts/crosstool-NG.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/crosstool-NG.sh b/scripts/crosstool-NG.sh index 9bd80ad3..19b9519b 100644 --- a/scripts/crosstool-NG.sh +++ b/scripts/crosstool-NG.sh @@ -117,6 +117,7 @@ cat "${paths_sh_location}" |while read trash line; do eval path=${line#*=} if [ ! -r "${CT_LIB_DIR}/scripts/override/$tool" ]; then if [ -n "${path}" ]; then + CT_DoExecLog ALL rm -f "${CT_TOOLS_OVERRIDE_DIR}/bin/${tool}" CT_DoExecLog ALL ln -s "${path}" "${CT_TOOLS_OVERRIDE_DIR}/bin/${tool}" fi continue |