Commit ea3b7c0a authored by Dominik Charousset's avatar Dominik Charousset

Merge pull request #32 from mavam/topic/build-harness

Replace echo with portable version.
parents 78343097 a590e32b
......@@ -192,7 +192,7 @@ else
configure $compiler "" $bindir $libdir $CMakeGenerator
fi
echo -e "DIRS :=$workdirs\n" > $sourcedir/Makefile
printf "DIRS := %s\n\n" $workdirs > $sourcedir/Makefile
makefile=$(cat <<'EOT'
all:
@for i in $(DIRS); do $(MAKE) -C $$i $@; done
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment