Commit a37e6456 authored by Dominik Charousset's avatar Dominik Charousset

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

Yet another POSIX compliance fix.
parents afeda0e9 c5ed24d7
...@@ -192,8 +192,8 @@ else ...@@ -192,8 +192,8 @@ else
configure $compiler "" $bindir $libdir $CMakeGenerator configure $compiler "" $bindir $libdir $CMakeGenerator
fi fi
echo "DIRS :=$workdirs\n" > $sourcedir/Makefile echo -e "DIRS :=$workdirs\n" > $sourcedir/Makefile
makefile=$(cat<<'EOT' makefile=$(cat <<'EOT'
all: all:
@for i in $(DIRS); do $(MAKE) -C $$i $@; done @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