tools lib traceevent: Use global QUIET_CLEAN build output
authorJiri Olsa <[email protected]>
Thu, 19 Dec 2013 13:42:06 +0000 (14:42 +0100)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 19 Dec 2013 19:18:11 +0000 (16:18 -0300)
Using global QUIET_CLEAN build output variable and so we could have only
single clean message:

  CLEAN libtraceevent

Signed-off-by: Jiri Olsa <[email protected]>
Cc: Corey Ashford <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/lib/traceevent/Makefile

index 8ea4368381f05dc00658f1eb0d97a93c8a6dfb10..3496c9ce84d4c6661b038aa5bc2cd407c797fb08 100644 (file)
@@ -328,8 +328,9 @@ install_plugins: $(PLUGINS)
 install: install_lib
 
 clean:
-       $(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES) .*.d
-       $(RM) TRACEEVENT-CFLAGS tags TAGS
+       $(call QUIET_CLEAN, libtraceevent) \
+               $(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES) .*.d \
+               $(RM) TRACEEVENT-CFLAGS tags TAGS
 
 endif # skip-makefile