Skip to content

Commit

Permalink
Continue even if build errors (to let rh have a chance)
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://scm.fusionforge.org/srv/svn/fusionforge/trunk@7341 9d84d37e-dcb1-4aad-b103-6f3d92f53bf6
  • Loading branch information
aljeux committed Apr 3, 2009
1 parent 859aff1 commit 8a1163a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ check:
cd tests ; php AllTests.php

buildall: buildtar
make -f Makefile.debian all
make -f Makefile.rh all
-make -f Makefile.debian all
-make -f Makefile.rh all

buildtar:
rm -fr /tmp/$(VERSION)
Expand Down

0 comments on commit 8a1163a

Please sign in to comment.