Removing the 'to ...' part out of the install message,
because it does not fit to the rest of the build
messages we use.

Before:
  INSTALL  plugin_hrtimer.so    to      
/home/jolsa/libexec/perf-core/traceevent/plugins
  INSTALL  plugin_jbd2.so       to      
/home/jolsa/libexec/perf-core/traceevent/plugins
  INSTALL  plugin_kmem.so       to      
/home/jolsa/libexec/perf-core/traceevent/plugins
  INSTALL  plugin_kvm.so        to      
/home/jolsa/libexec/perf-core/traceevent/plugins
  INSTALL  plugin_mac80211.so   to      
/home/jolsa/libexec/perf-core/traceevent/plugins
  INSTALL  plugin_sched_switch.so       to      
/home/jolsa/libexec/perf-core/traceevent/plugins
  INSTALL  plugin_function.so   to      
/home/jolsa/libexec/perf-core/traceevent/plugins
  INSTALL  plugin_xen.so        to      
/home/jolsa/libexec/perf-core/traceevent/plugins
  INSTALL  plugin_scsi.so       to      
/home/jolsa/libexec/perf-core/traceevent/plugins

Now:
  INSTALL  plugin_jbd2.so
  INSTALL  plugin_hrtimer.so
  INSTALL  plugin_kmem.so
  INSTALL  plugin_kvm.so
  INSTALL  plugin_mac80211.so
  INSTALL  plugin_sched_switch.so
  INSTALL  plugin_function.so
  INSTALL  plugin_xen.so
  INSTALL  plugin_scsi.so

Signed-off-by: Jiri Olsa <jo...@redhat.com>
Cc: Corey Ashford <cjash...@linux.vnet.ibm.com>
Cc: Frederic Weisbecker <fweis...@gmail.com>
Cc: Ingo Molnar <mi...@elte.hu>
Cc: Namhyung Kim <namhy...@kernel.org>
Cc: Paul Mackerras <pau...@samba.org>
Cc: Peter Zijlstra <a.p.zijls...@chello.nl>
Cc: Arnaldo Carvalho de Melo <a...@ghostprotocols.net>
Cc: Steven Rostedt <rost...@goodmis.org>
Cc: David Ahern <dsah...@gmail.com>
---
 tools/lib/traceevent/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/lib/traceevent/Makefile b/tools/lib/traceevent/Makefile
index 1526798..f946851 100644
--- a/tools/lib/traceevent/Makefile
+++ b/tools/lib/traceevent/Makefile
@@ -166,7 +166,7 @@ else
   print_plugin_obj_compile =   echo '  CC FPIC  '$(OBJ);
   print_plugin_build =         echo '  BUILD    PLUGIN '$(OBJ);
   print_static_lib_build =     echo '  BUILD    STATIC LIB '$(OBJ);
-  print_install =              echo '  INSTALL  '$1'   to      
$(DESTDIR_SQ)$2';
+  print_install =              echo '  INSTALL  '$1;
 endif
 
 do_fpic_compile =                                      \
-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to