Skip to content

Commit

Permalink
update r656
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Jul 18, 2014
1 parent f5660cc commit ea55d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ build_benchmark:
@num=1; while [[ $$num -le 10 ]]; do \
make -C benchmark clean; \
{ time -p make -j 1 -C benchmark basis 2>&1; } 2>> benchmark_basis_time.log; \
make -C benchmark clean; \
make -C benchmark clean prebuild; \
{ time -p make -j 1 -C benchmark build 2>&1; } 2>> benchmark_build_time.log; \
((num = num + 1)); \
done
Expand Down
1 change: 1 addition & 0 deletions test/benchmark/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ BASIS = basis

default : build

prebuild: $(BENCH_SRCS)
build: $(TARGET)

all : clean build test
Expand Down

0 comments on commit ea55d65

Please sign in to comment.