Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
rpg-build doesn't care if there's no clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Mar 16, 2010
1 parent 6e724d9 commit 0c1475e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpg-build.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ do
heed "$(basename $path) $(basename $(dirname $file))" heed "$(basename $path) $(basename $(dirname $file))"
cd $(dirname $file) cd $(dirname $file)
if (ruby extconf.rb && if (ruby extconf.rb &&
make clean && { make clean || true; } &&
make) 1> build.log 2>&1 make) 1> build.log 2>&1
then then
$RPGSHOWBUILD && cat build.log 1>&2 $RPGSHOWBUILD && cat build.log 1>&2
Expand Down

0 comments on commit 0c1475e

Please sign in to comment.