]> xenbits.xensource.com Git - xen.git/commitdiff
build: remove .config from /boot when uninstalling
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 12 Feb 2016 09:34:38 +0000 (10:34 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 12 Feb 2016 09:34:38 +0000 (10:34 +0100)
c/s 361b4f9f0f0d4adc19df428e224a7b8fa62cd392
"build: save generated xen .config" forgot to remove
the config file when uninstalling.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/Makefile

index 8b530c25a1d92c14ae363527897a7dcc8bc05be6..5d98bcbf2f9a76ca69917ff3c309471174f719b7 100644 (file)
@@ -81,6 +81,7 @@ _uninstall: D=$(DESTDIR)
 _uninstall: T=$(notdir $(TARGET))
 _uninstall: Z=$(CONFIG_XEN_INSTALL_SUFFIX)
 _uninstall:
+       rm -f $(D)$(BOOT_DIR)/$(T)-$(XEN_FULLVERSION).config
        rm -f $(D)$(BOOT_DIR)/$(T)-$(XEN_FULLVERSION)$(Z)
        rm -f $(D)$(BOOT_DIR)/$(T)-$(XEN_VERSION).$(XEN_SUBVERSION)$(Z)
        rm -f $(D)$(BOOT_DIR)/$(T)-$(XEN_VERSION)$(Z)