summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-01-11 07:39:01 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-01-11 07:39:01 (GMT)
commite549e3cc2a18343c22e757f90c328e9b1e3bcada (patch)
treed2c6fb8f6d213e315109643b1d41b54d591c376f /scripts
parentaa5cfc5f8f23bc3da3eea50e556f940f68629ca7 (diff)
parent1a6e9782e2a7239f2534347a4ef5b35542dd4e41 (diff)
Merge pull request #25 from bhundven/patchworks-bernhard_walle
Patchwork bernhard walle
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/companion_tools/050-make.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/build/companion_tools/050-make.sh b/scripts/build/companion_tools/050-make.sh
index 601e267..4247545 100644
--- a/scripts/build/companion_tools/050-make.sh
+++ b/scripts/build/companion_tools/050-make.sh
@@ -22,6 +22,9 @@ do_companion_tools_make_build() {
--prefix="${CT_BUILDTOOLS_PREFIX_DIR}"
CT_DoExecLog ALL make
CT_DoExecLog ALL make install
+ if [ "${CT_COMP_TOOLS_make_gmake}" = "y" ]; then
+ CT_DoExecLog ALL ln -sv make "${CT_BUILDTOOLS_PREFIX_DIR}/bin/gmake"
+ fi
CT_Popd
CT_EndStep
}