From: Arnout Vandecappelle (Essensium/Mind) Date: Tue, 15 Nov 2011 17:31:17 +0000 (+0000) Subject: clean-for-rebuild: also remove images_installed stamp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d6fb91bf7ae609f9690e89c77902d0daf7687c3d;p=buildroot.git clean-for-rebuild: also remove images_installed stamp Without this, a linux-rebuild or bootloader-rebuild will not install the rebuilt image in the images directory. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/Makefile.package.in b/package/Makefile.package.in index b5ef57bb19..bd9ceb50be 100644 --- a/package/Makefile.package.in +++ b/package/Makefile.package.in @@ -603,6 +603,7 @@ endif rm -f $$($(2)_TARGET_BUILD) rm -f $$($(2)_TARGET_INSTALL_STAGING) rm -f $$($(2)_TARGET_INSTALL_TARGET) + rm -f $$($(2)_TARGET_INSTALL_IMAGES) rm -f $$($(2)_TARGET_INSTALL_HOST) $(1)-rebuild: $(1)-clean-for-rebuild all