Skip to content

Commit

Permalink
perf tools: Cleanup build directory before each test
Browse files Browse the repository at this point in the history
Cleanup the fixdep tool before every test.

Signed-off-by: Jiri Olsa <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
  • Loading branch information
olsajiri authored and acmel committed Dec 5, 2016
1 parent 0b4d4b0 commit 207da47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perf/tests/make
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ endif

MAKEFLAGS := --no-print-directory

clean := @(cd $(PERF); $(MAKE_F) -s $(O_OPT) clean >/dev/null)
clean := @(cd $(PERF); $(MAKE_F) -s $(O_OPT) clean >/dev/null && $(MAKE) -s $(O_OPT) -C ../build clean >/dev/null)

$(run):
$(call clean)
Expand Down

0 comments on commit 207da47

Please sign in to comment.