1. 28 3月, 2008 3 次提交
  2. 26 3月, 2008 4 次提交
  3. 25 3月, 2008 4 次提交
  4. 15 3月, 2008 3 次提交
  5. 14 3月, 2008 1 次提交
  6. 09 3月, 2008 3 次提交
  7. 04 3月, 2008 1 次提交
  8. 03 3月, 2008 5 次提交
  9. 29 2月, 2008 1 次提交
  10. 24 2月, 2008 1 次提交
  11. 22 2月, 2008 3 次提交
    • M
      error check autoconf.mk generation · 16fe7775
      Mike Frysinger 提交于
      If any of the steps for generating autoconf.mk fail currently, they go
      unnoticed.  To fix, we can simply add 'set -e' to the long list of commands.
      This is simpler and more robust than placing '|| exit $$?' after every line.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      16fe7775
    • S
      Fix bug in dependency checking · 019895a8
      Stefano Babic 提交于
      By adding VERSION_FILE to the PHONY targets the script
      /tools/setlocalversion is always called and version_autogenerated.h
      is replaced only if the script find a modified source file.
      Signed-off-by: NStefano Babic <sbabic@denx.de>
      019895a8
    • M
      Makefile: add target for $(LDSCRIPT) · f65c9812
      Mike Frysinger 提交于
      If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
      then change into the board directory and try and create it.  This allows you
      to generate the linker script on the fly based upon board defines (like the
      Blackfin boards do).
      
      There should be no regressions due to this change as the normal case is to
      already have a u-boot.lds file.  If that's the case, then there's nothing to
      generate, and so make will always exit.  The fix here is that if the linker
      script does not exist, the implicit rules take over and attempt to guess how
      to generate the file.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      f65c9812
  12. 21 2月, 2008 1 次提交
  13. 15 2月, 2008 3 次提交
  14. 14 2月, 2008 7 次提交