]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
xenmon: Install as xenmon, not xenmon.py
authorIan Jackson <ian.jackson@citrix.com>
Fri, 28 Sep 2018 14:27:21 +0000 (15:27 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 8 Oct 2018 14:23:19 +0000 (15:23 +0100)
Adding the implementation language as a suffix to a program name is
poor practice.

Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/xenmon/Makefile

index e45c5b8c14aab87b5d00265d11aa7cb17da0a90a..e1712304d07d1e7e7220109eb8101c392302dd6c 100644 (file)
@@ -32,13 +32,13 @@ install: build
        $(INSTALL_DIR) $(DESTDIR)$(sbindir)
        $(INSTALL_PROG) xenbaked $(DESTDIR)$(sbindir)/xenbaked
        $(INSTALL_PROG) xentrace_setmask  $(DESTDIR)$(sbindir)/xentrace_setmask
-       $(INSTALL_PROG) xenmon.py  $(DESTDIR)$(sbindir)/xenmon.py
+       $(INSTALL_PROG) xenmon.py  $(DESTDIR)$(sbindir)/xenmon
 
 .PHONY: uninstall
 uninstall:
        rm -f $(DESTDIR)$(sbindir)/xenbaked
        rm -f $(DESTDIR)$(sbindir)/xentrace_setmask
-       rm -f $(DESTDIR)$(sbindir)/xenmon.py
+       rm -f $(DESTDIR)$(sbindir)/xenmon
 
 .PHONY: clean
 clean: