Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge boot and boot-pkgs | Ian Lynagh | 2011-04-28 | 1 | -114/+0 |
| | | | | | | | 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). | ||||
* | Handle '\r's in boot-pkgs files | Ian Lynagh | 2011-04-08 | 1 | -0/+1 |
| | | | | | By default, git will clone in autocrlf mode, which on Windows means we get '\r's added to the ghc-packages files. | ||||
* | Update boot scripts for git | Ian Lynagh | 2011-04-03 | 1 | -0/+3 |
| | |||||
* | cope with empty libraries/stamp directory (in git repo) | Simon Marlow | 2011-01-14 | 1 | -0/+3 |
| | |||||
* | Refactoring and tidy up in the build system | Simon Marlow | 2010-09-23 | 1 | -12/+3 |
| | | | | | | | | | | | Instead of the ghc-stage and ghc-stage2-package files in a package, we now have a list of these in ghc.mk. There are other similar lists (of boot-packages and non-installable packages), so this is not too bad, and is simpler. While poking around in the top-level ghc.mk file I spotted various opportunities to clean up and re-order some of the cruft that has accumulated over time. | ||||
* | Add error checking to boot-pkgs script | Ian Lynagh | 2010-08-01 | 1 | -10/+20 |
| | |||||
* | 'make fast' in a package does not build any compilers | Simon Marlow | 2010-07-15 | 1 | -0/+1 |
| | |||||
* | Convert boot and boot-pkgs to perl | Ian Lynagh | 2010-04-15 | 1 | -63/+100 |
| | | | | This stops us having to worry about sh/sed/... portability. | ||||
* | Fix boot-pkgs's sed usage to work with Solaris's sed | Ian Lynagh | 2010-04-01 | 1 | -1/+3 |
| | |||||
* | Avoid a non-portable use of tar reported by Roman Leshchinskiy | Ian Lynagh | 2010-03-30 | 1 | -1/+1 |
| | |||||
* | Fix non-portable regexp | Roman Leshchinskiy | 2009-11-04 | 1 | -1/+1 |
| | |||||
* | Make some sed more portable: Use \{0,1\} instead of \? | Ian Lynagh | 2009-09-24 | 1 | -1/+1 |
| | |||||
* | teach boot-pkgs about -snapshot tarballs | Ian Lynagh | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | boot-pkgs now automatically works out which libraries are from tarballs | Ian Lynagh | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Add the time library, and support for libraries in tarballs | Ian Lynagh | 2009-07-18 | 1 | -0/+27 |
| | |||||
* | main repeated 'make maintainer-clean' not fail | Simon Marlow | 2009-05-14 | 1 | -0/+39 |