Discussion:
[Xen-changelog] [xen master] tools/debugger/kdd: Install as `xen-kdd', not just `kdd'
p***@xen.org
2018-11-04 04:56:45 UTC
Permalink
commit 70c7c34cc6a14183e9548de254cf7e9b59b123f6
Author: Ian Jackson <***@citrix.com>
AuthorDate: Fri Sep 28 15:30:54 2018 +0100
Commit: Ian Jackson <***@eu.citrix.com>
CommitDate: Mon Oct 15 14:49:33 2018 +0100

tools/debugger/kdd: Install as `xen-kdd', not just `kdd'

`kdd' is an unfortunate namespace landgrab.

Signed-off-by: Ian Jackson <***@citrix.com>
Acked-by: Tim Deegan <***@xen.org>
---
tools/debugger/kdd/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/debugger/kdd/Makefile b/tools/debugger/kdd/Makefile
index 5509eee68c..26116949d4 100644
--- a/tools/debugger/kdd/Makefile
+++ b/tools/debugger/kdd/Makefile
@@ -24,8 +24,8 @@ distclean: clean
.PHONY: install
install: all
[ -d $(DESTDIR)$(sbindir) ] || $(INSTALL_DIR) $(DESTDIR)$(sbindir)
- $(INSTALL_PROG) kdd $(DESTDIR)$(sbindir)/kdd
+ $(INSTALL_PROG) kdd $(DESTDIR)$(sbindir)/xen-kdd

.PHONY: uninstall
uninstall:
- rm -f $(DESTDIR)$(sbindir)/kdd
+ rm -f $(DESTDIR)$(sbindir)/xen-kdd
--
generated by git-patchbot for /home/xen/git/xen.git#master

Loading...