From d6fb91bf7ae609f9690e89c77902d0daf7687c3d Mon Sep 17 00:00:00 2001 From: "Arnout Vandecappelle (Essensium/Mind)" Date: Tue, 15 Nov 2011 17:31:17 +0000 Subject: 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 --- package/Makefile.package.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/Makefile.package.in b/package/Makefile.package.in index b5ef57bb1..bd9ceb50b 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 -- cgit v1.2.3