Skip to content

Commit

Permalink
travis-ci: fix dotter, again
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamar committed May 18, 2017
1 parent 86d0b03 commit f0ca2e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cross/pkgs/newlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ export CFLAGS_FOR_TARGET="-g -gdwarf-2 -ggdb -O$NEWLIB_OPTIMIZATION"
echo "Newlib headers installed at $JEHANNE/sys/posix/newlib/" &&
mv $NEWLIB_PREFIX/x86_64-jehanne/lib/ $JEHANNE/arch/amd64/lib/newlib/ &&
echo "Newlib libraries installed at $JEHANNE/arch/amd64/lib/newlib/"
) >> newlib.build.log
) >> newlib.build.log 2>&1
failOnError $? "building newlib"

kill $dotter
wait $dotter 2>/dev/null

exit 0;

0 comments on commit f0ca2e4

Please sign in to comment.