From 6cb9e62f6cc680935ad1b759018e214582b54550 Mon Sep 17 00:00:00 2001 From: Bernhard Walle Date: Tue, 24 May 2016 11:28:54 +0200 Subject: comptools/make: Fix CT_COMP_TOOLS_make_gmake option Commit 6f8e89cb5ca061e899bf3feaaf3fecf30d366c3e broke that option. Since ${make} points to /usr/bin/make, making the symlink from gmake to /usr/bin/make is obviously the wrong decision. gmake should link to our (old-versioned) self-built make. Signed-off-by: Bernhard Walle diff --git a/scripts/build/companion_tools/050-make.sh b/scripts/build/companion_tools/050-make.sh index 3d6da7c..8918753 100644 --- a/scripts/build/companion_tools/050-make.sh +++ b/scripts/build/companion_tools/050-make.sh @@ -23,7 +23,7 @@ do_companion_tools_make_build() { 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" + CT_DoExecLog ALL ln -sv make "${CT_BUILDTOOLS_PREFIX_DIR}/bin/gmake" fi CT_Popd CT_EndStep -- cgit v0.10.2-6-g49f6