diff options
| author | Jiri Olsa <jolsa@redhat.com> | 2013-12-19 08:42:03 -0500 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2013-12-19 14:18:10 -0500 |
| commit | bdebbacd421184234b5551c468e53956a9b6edf5 (patch) | |
| tree | b8b35a61db3a6964d01905186b57c7d787227672 /tools/scripts/Makefile.include | |
| parent | c3d090f498a4d7a8905c92dbf83ae2aa4810fbef (diff) | |
tools lib traceevent: Add global QUIET_CC_FPIC build output
Adding global QUIET_CC_FPIC build output variable and getting rid of
local print_fpic_compile and print_plugin_obj_compile.
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/1387460527-15030-6-git-send-email-jolsa@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/scripts/Makefile.include')
| -rw-r--r-- | tools/scripts/Makefile.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/scripts/Makefile.include b/tools/scripts/Makefile.include index e4cfbedcaf11..8abbef164b4e 100644 --- a/tools/scripts/Makefile.include +++ b/tools/scripts/Makefile.include | |||
| @@ -61,6 +61,7 @@ QUIET_SUBDIR1 = | |||
| 61 | ifneq ($(findstring $(MAKEFLAGS),s),s) | 61 | ifneq ($(findstring $(MAKEFLAGS),s),s) |
| 62 | ifneq ($(V),1) | 62 | ifneq ($(V),1) |
| 63 | QUIET_CC = @echo ' CC '$@; | 63 | QUIET_CC = @echo ' CC '$@; |
| 64 | QUIET_CC_FPIC = @echo ' CC FPIC '$@; | ||
| 64 | QUIET_AR = @echo ' AR '$@; | 65 | QUIET_AR = @echo ' AR '$@; |
| 65 | QUIET_LINK = @echo ' LINK '$@; | 66 | QUIET_LINK = @echo ' LINK '$@; |
| 66 | QUIET_MKDIR = @echo ' MKDIR '$@; | 67 | QUIET_MKDIR = @echo ' MKDIR '$@; |
