From: Michael Tremer Date: Wed, 7 Jun 2017 08:12:26 +0000 (+0100) Subject: bash: Fix toolchain build again X-Git-Tag: v2.19-core112~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=357b8c14111373a8d4e02b9e9b9506e6d83c40be;p=people%2Fstevee%2Fipfire-2.x.git bash: Fix toolchain build again I am too stupid to get this right Signed-off-by: Michael Tremer --- diff --git a/lfs/bash b/lfs/bash index 04e6c5084e..e98b6fdba8 100644 --- a/lfs/bash +++ b/lfs/bash @@ -101,6 +101,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ifeq "$(TOOLCHAIN)" "1" ln -svf bash /tools/bin/sh + + mkdir -pv $(ROOT)/bin ln -svf ../tools/bin/bash $(ROOT)/bin/sh else ln -svf bash /bin/sh