From: Wei Liu Date: Mon, 13 Jun 2016 07:49:06 +0000 (+0100) Subject: tools: remove hard-coded /var/lib/xen in Makefile X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~947 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fcf3f57eeeec54091c3d5d3b00390c802345da4d;p=xen.git tools: remove hard-coded /var/lib/xen in Makefile Now all conversations are done, remove the hard-coded paths. Signed-off-by: Wei Liu Acked-by: Ian Jackson --- diff --git a/tools/Makefile b/tools/Makefile index cb0817a536..cc457587b3 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -63,7 +63,6 @@ install: subdirs-install $(INSTALL_DIR) -m 700 $(DESTDIR)$(XEN_DUMP_DIR) $(INSTALL_DIR) $(DESTDIR)$(XEN_LOG_DIR) $(INSTALL_DIR) $(DESTDIR)$(XEN_RUN_DIR) - $(INSTALL_DIR) $(DESTDIR)/var/lib/xen $(INSTALL_DIR) $(DESTDIR)$(XEN_LIB_DIR) .PHONY: uninstall @@ -77,7 +76,6 @@ uninstall: rm -f $(D)$(SYSCONFIG_DIR)/xendomains rm -f $(D)$(sbindir)/xendomains rm -f $(D)$(SYSCONFIG_DIR)/xencommons - rm -rf $(D)/var/lib/xen* rm -rf $(D)$(XEN_LIB_DIR) rm -rf $(D)$(XEN_LIB_STORED) rm -rf $(D)$(bindir)/cpuperf-perfcntr $(D)$(bindir)/cpuperf-xen