Skip to content
Snippets Groups Projects
  1. Sep 02, 2013
  2. Mar 04, 2013
  3. Mar 01, 2013
  4. Dec 02, 2012
  5. Aug 05, 2011
    • Simon Marlow's avatar
      sanitise naming of package lists · 043d70f0
      Simon Marlow authored
      The *predicates* all start with "PKGS_THAT_...", e.g.:
      
        PKGS_THAT_BUILD_WITH_STAGE0   (previously "PACKAGES_STAGE0")
        PKGS_THAT_BUILD_WITH_STAGE2   (previously "STAGE2_PACKAGES")
        PKGS_THAT_USE_TH              (previously "TH_PACKAGES)
        etc. (there are a few more)
      
      the lists of packages to build are now consistently named:
      
        PACKAGES_STAGE0
        PACKAGES_STAGE1  (previously just "PACKAGES")
        PACKAGES_STAGE2
      043d70f0
  6. Jun 25, 2011
  7. Jun 23, 2011
  8. Jun 11, 2011
  9. Apr 27, 2011
    • Ian Lynagh's avatar
      Merge boot and boot-pkgs · 51bbdda9
      Ian Lynagh authored
      There is no longer any need for them to be separate, and this
      way we don't have to call perl from the boot script. This is
      particularly useful when perl isn't where we expect it to be
      (#5154).
      51bbdda9
  10. Apr 14, 2011
  11. Apr 03, 2011
  12. Apr 02, 2011
  13. Jan 16, 2011
  14. Oct 15, 2010
  15. Oct 14, 2010
  16. Aug 15, 2010
  17. Aug 01, 2010
  18. Apr 15, 2010
  19. Feb 03, 2010
  20. Oct 23, 2009
  21. Jul 18, 2009
  22. May 22, 2009
  23. May 14, 2009
  24. May 08, 2009
  25. May 06, 2009
  26. May 03, 2009
  27. Apr 26, 2009
  28. Sep 21, 2008
  29. Sep 04, 2008
  30. Aug 24, 2008
  31. Jul 29, 2008
  32. Sep 14, 2007
  33. Sep 07, 2007
    • Ian Lynagh's avatar
      Rejig boot · a3d55e4f
      Ian Lynagh authored
      find on Windows doesn't understand -L, so stop trying to be clever and
      just autoreconf everything.
      
      Also, print out the names of directories as we autoreconf them, so that
      if autoreconfing one breaks then we know which one it was.
      a3d55e4f
  34. Sep 05, 2007
    • Simon Marlow's avatar
      Fix boot: it was avoiding autoreconfing · b1f0cd39
      Simon Marlow authored
      Two problems here: find needs to dereference symbolic links (-L
      option, I really hope that's portable), and we need to notice when
      aclocal.m4 is updated.  
      
      Somehow I think this was easier when it just always ran
      autoreconf... what was wrong with that?
      b1f0cd39
  35. Aug 25, 2007
Loading