clean-for-rebuild: also remove images_installed stamp
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 15 Nov 2011 17:31:17 +0000 (17:31 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 15 Nov 2011 19:54:53 +0000 (20:54 +0100)
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) <arnout@mind.be>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/Makefile.package.in

index b5ef57bb19c708aadffed72ba361af0d5b3e406a..bd9ceb50be001f8bcdd1ace90580d648ea388e80 100644 (file)
@@ -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