summaryrefslogtreecommitdiff
path: root/package/Makefile.package.in
diff options
context:
space:
mode:
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2011-11-15 17:31:17 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2011-11-15 20:54:53 +0100
commitd6fb91bf7ae609f9690e89c77902d0daf7687c3d (patch)
tree73c0af1d697361636a98b56678549cb853498265 /package/Makefile.package.in
parentfd38100e1189d19cad87a64c52df2c773eb47e40 (diff)
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) <arnout@mind.be> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Makefile.package.in')
-rw-r--r--package/Makefile.package.in1
1 files changed, 1 insertions, 0 deletions
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