mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
use /bin/echo instead of built in echo (issue #106)
This commit is contained in:
parent
0843d30097
commit
26b323d2ac
@ -7,7 +7,7 @@ musl-cross_repo := https://github.com/GregorR/musl-cross
|
||||
musl-cross_output := $(pwd)/crossgcc/x86_64-linux-musl/bin/x86_64-linux-musl-gcc
|
||||
|
||||
musl-cross_configure := \
|
||||
echo > Makefile -e \
|
||||
/bin/echo -e > Makefile \
|
||||
'$(musl-cross_output):\n\tCC_BASE_PREFIX="$(pwd)/crossgcc" ./build.sh'
|
||||
|
||||
musl-cross_target :=
|
||||
|
Loading…
Reference in New Issue
Block a user