Skip to content

Commit

Permalink
run make clean before another compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Jul 26, 2009
1 parent 1fe4932 commit 4521ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ build()
fi
./configure $1 2>&1 | tee "$BUILDDIR/configure_$2.log"\
&& cp config.log "$BUILDDIR/config.log_$2" \
&& LANG=C make clean \
&& LANG=C make -j2 check 2>&1 |tee "$BUILDDIR/aria2c_$2.log" \
&& cp src/aria2c "$BUILDDIR/aria2c_$2"
}
Expand Down

0 comments on commit 4521ea5

Please sign in to comment.