From: Namhyung Kim Date: Thu, 16 Jan 2014 01:52:53 +0000 (+0900) Subject: perf tools: Add 'build-test' make target X-Git-Tag: v3.14-rc1~171^2^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7077234d240f16ead29ffeb3cc17ceada50ea5f;p=thirdparty%2Fkernel%2Flinux.git perf tools: Add 'build-test' make target Currently various build test can be performed using a Makefile named tests/make, so one needs to remember and specify it with -f option on command line. Add the 'build-test' target in the main Makefile as a shortcut. Signed-off-by: Namhyung Kim Cc: Ingo Molnar Cc: Jiri Olsa Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1389837173-3632-1-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/Makefile b/tools/perf/Makefile index eefb9fb0c02f9..cb2e5868c8e86 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile @@ -74,6 +74,12 @@ all tags TAGS: clean: $(make) +# +# The build-test target is not really parallel, don't print the jobs info: +# +build-test: + @$(MAKE) -f tests/make --no-print-directory + # # All other targets get passed through: #