mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
perf test: Remove tarpkg at end of test
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/5e7e97a23e3ce11b59d1009b39ebb6d2813a0560.1449965119.git.jpoimboe@redhat.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
8bda6a63a0
commit
004bd89da8
1 changed files with 2 additions and 1 deletions
|
@ -259,7 +259,8 @@ $(run_O):
|
||||||
tarpkg:
|
tarpkg:
|
||||||
@cmd="$(PERF)/tests/perf-targz-src-pkg $(PERF)"; \
|
@cmd="$(PERF)/tests/perf-targz-src-pkg $(PERF)"; \
|
||||||
echo "- $@: $$cmd" && echo $$cmd > $@ && \
|
echo "- $@: $$cmd" && echo $$cmd > $@ && \
|
||||||
( eval $$cmd ) >> $@ 2>&1
|
( eval $$cmd ) >> $@ 2>&1 && \
|
||||||
|
rm -f $@
|
||||||
|
|
||||||
make_kernelsrc:
|
make_kernelsrc:
|
||||||
@echo "- make -C <kernelsrc> tools/perf"
|
@echo "- make -C <kernelsrc> tools/perf"
|
||||||
|
|
Loading…
Add table
Reference in a new issue