mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Make dependency fixes
@ 2013-05-25 13:32 Sascha Hauer
  2013-05-25 13:32 ` [PATCH 1/4] pbl: Fix typo in make causing pbl files to be rebuilt Sascha Hauer
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sascha Hauer @ 2013-05-25 13:32 UTC (permalink / raw)
  To: barebox

Hi All,

The following are some fixes to the make dependencies. On ARM with
PBL enabled the SoC specific images (MLO, ubl) were not rebuilt:

make				<- generates MLO
touch common/console.c
make				<- MLO is not rebuilt

OTOH with PBL enabled the zbarebox.bin was rebuilt everytime even
when nothing has changed.

This and two other things are fixed in this series.

Sascha

----------------------------------------------------------------
Sascha Hauer (4):
      pbl: Fix typo in make causing pbl files to be rebuilt
      ARM: pbl: fix make dependencies
      make: Add barebox_default_env.* to targets
      ARM: zynq: Add cmd to generate zynq image

 arch/arm/Makefile      | 20 +++++++-------------
 common/Makefile        |  2 ++
 scripts/Makefile.build |  2 +-
 3 files changed, 10 insertions(+), 14 deletions(-)

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

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

end of thread, other threads:[~2013-05-25 13:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-25 13:32 [PATCH] Make dependency fixes Sascha Hauer
2013-05-25 13:32 ` [PATCH 1/4] pbl: Fix typo in make causing pbl files to be rebuilt Sascha Hauer
2013-05-25 13:32 ` [PATCH 2/4] ARM: pbl: fix make dependencies Sascha Hauer
2013-05-25 13:32 ` [PATCH 3/4] make: Add barebox_default_env.* to targets Sascha Hauer
2013-05-25 13:32 ` [PATCH 4/4] ARM: zynq: Add cmd to generate zynq image Sascha Hauer

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