mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] Makefile: Add missing force for barebox-flash-image
@ 2012-10-12 16:40 Sascha Hauer
  2012-10-12 16:40 ` [PATCH 2/2] defaultenv: dependencies fixes Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Sascha Hauer @ 2012-10-12 16:40 UTC (permalink / raw)
  To: barebox

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3e2b81f..881680d 100644
--- a/Makefile
+++ b/Makefile
@@ -475,7 +475,7 @@ export KBUILD_BINARY ?= barebox.bin
 # Also any assignments in arch/$(ARCH)/Makefile take precedence over
 # the default value.
 
-barebox-flash-image: $(KBUILD_IMAGE)
+barebox-flash-image: $(KBUILD_IMAGE) FORCE
 	$(call if_changed,ln)
 
 all: barebox-flash-image
-- 
1.7.10.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-12 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-12 16:40 [PATCH 1/2] Makefile: Add missing force for barebox-flash-image Sascha Hauer
2012-10-12 16:40 ` [PATCH 2/2] defaultenv: dependencies fixes Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox