diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2011-11-15 17:31:17 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-11-15 20:54:53 +0100 |
commit | d6fb91bf7ae609f9690e89c77902d0daf7687c3d (patch) | |
tree | 73c0af1d697361636a98b56678549cb853498265 | |
parent | fd38100e1189d19cad87a64c52df2c773eb47e40 (diff) | |
download | buildroot-novena-d6fb91bf7ae609f9690e89c77902d0daf7687c3d.tar.gz buildroot-novena-d6fb91bf7ae609f9690e89c77902d0daf7687c3d.zip |
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>
-rw-r--r-- | package/Makefile.package.in | 1 |
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 |