summaryrefslogtreecommitdiff
path: root/rules/bindist.mk
Commit message (Collapse)AuthorAgeFilesLines
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | This moves all URL references to Trac Wiki to their corresponding GitLab counterparts. This substitution is classified as follows: 1. Automated substitution using sed with Ben's mapping rule [1] Old: ghc.haskell.org/trac/ghc/wiki/XxxYyy... New: gitlab.haskell.org/ghc/ghc/wikis/xxx-yyy... 2. Manual substitution for URLs containing `#` index Old: ghc.haskell.org/trac/ghc/wiki/XxxYyy...#Zzz New: gitlab.haskell.org/ghc/ghc/wikis/xxx-yyy...#zzz 3. Manual substitution for strings starting with `Commentary` Old: Commentary/XxxYyy... New: commentary/xxx-yyy... See also !539 [1]: https://gitlab.haskell.org/bgamari/gitlab-migration/blob/master/wiki-mapping.json
* Build system: rename bindist to bindist-list...Thomas Miedema2015-07-021-6/+6
| | | | | ...to prevent accidental use of `make bindist`, when `make binary-dist` is called for.
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
|
* Cleaning fixes, and other build system tweaks; part of #7941Ian Lynagh2013-06-141-1/+1
|
* Use make-command in rules/bindist.mkIan Lynagh2010-08-181-9/+5
| | | | Rather than it having its own specialised version
* Fix bindist creationIan Lynagh2009-09-201-1/+1
|
* Fix bindist creationIan Lynagh2009-08-261-1/+9
| | | | | | | We were running into problems like: for f in LICENSE configure config.sub config.guess [...] make[2]: execvp: /bin/sh: Argument list too long This patch moves the loop into make, rather than the shell.
* Fix bindist creationIan Lynagh2009-08-081-2/+2
| | | | | | This is a bit kludgy. We've hit the maximum number of arguments you can have in the for loop for adding files to the bindist list, so this just splits the list in 2.
* Slight tweak to avoid overflowing the command-line size in bindistSimon Marlow2009-07-271-1/+1
| | | | Not a real fix: if this bites us again we'll have to rethink
* Add a header to all build system files:Simon Marlow2009-04-281-0/+12
| | | | | | | | | | | | | | # ----------------------------------------------------------------------------- # # (c) 2009 The University of Glasgow # # This file is part of the GHC build system. # # To understand how the build system works and how to modify it, see # http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture # http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying # # -----------------------------------------------------------------------------
* GHC new build system megapatchIan Lynagh2009-04-261-0/+16