Skip to content
Snippets Groups Projects
  1. Mar 27, 2008
  2. Mar 25, 2008
  3. Mar 15, 2008
  4. Mar 14, 2008
  5. Mar 09, 2008
  6. Mar 08, 2008
  7. Mar 04, 2008
  8. Mar 03, 2008
  9. Mar 02, 2008
  10. Feb 29, 2008
  11. Feb 24, 2008
  12. Feb 22, 2008
    • Mike Frysinger's avatar
      error check autoconf.mk generation · 16fe7775
      Mike Frysinger authored
      
      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: default avatarMike Frysinger <vapier@gentoo.org>
      16fe7775
    • Stefano Babic's avatar
      Fix bug in dependency checking · 019895a8
      Stefano Babic authored
      
      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: default avatarStefano Babic <sbabic@denx.de>
      019895a8
    • Mike Frysinger's avatar
      Makefile: add target for $(LDSCRIPT) · f65c9812
      Mike Frysinger authored
      
      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: default avatarMike Frysinger <vapier@gentoo.org>
      f65c9812
  13. Feb 20, 2008
  14. Feb 14, 2008
  15. Feb 07, 2008
  16. Feb 05, 2008
Loading