summaryrefslogtreecommitdiff
path: root/bindisttest/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ci: Add test to check that release jobs have profiled libsMatthew Pickering2022-04-271-0/+6
|
* 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
* Follow-up to 32f41c79Herbert Valerio Riedel2014-02-261-3/+3
| | | | | | | These parts were forgotten to be committed together with the rest of 32f41c79960ffc1d04c4573acb37756109d279a5 Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
|
* Rename package-conf flags to package-db.Paolo Capriotti2012-05-151-2/+2
| | | | | | | | Rename package database flags in both GHC and ghc-pkg so that they are consistent with Cabal nomenclature. Add a version check to the build system so that the correct set of package db flags are used when the bootstrapping GHC has version < 7.5.
* Fix bindisttest MakefileIan Lynagh2010-06-161-1/+1
|
* Improve the bindisttest MakefileIan Lynagh2010-05-081-6/+10
|
* Use $(MAKE), not make, when recursively calling makeIan Lynagh2010-04-151-1/+1
|
* Avoid using non-standard GNU tar option --force-localSimon Marlow2009-11-301-2/+5
|
* Pass --no-user-package-conf to ghc-pkg in bindisttestRoman Leshchinskiy2009-11-251-1/+2
|
* Follow bindist changes in bindisttestIan Lynagh2009-09-271-1/+7
| | | | | Also add support for testing the bindistprep tarball, for when we are validating.
* Improve bindist testingIan Lynagh2009-06-131-0/+2
| | | | We now also test runghc and unlit
* Clean the right directory in bindisttestIan Lynagh2009-05-141-1/+1
|
* Test "ghc-pkg check" passes in bindisttestIan Lynagh2009-05-041-0/+1
| | | | | Also fixes it so that it really does pass (we weren't substituting the GMP variables in the RTS package config).
* Test bindists in a deeper subdirectoryIan Lynagh2009-05-041-6/+8
| | | | | configure looks for install-sh in . .. ../.. and we don't want it to find the build system's install-sh.
* Add a header to all build system files:Simon Marlow2009-04-281-0/+11
| | | | | | | | | | | | | | # ----------------------------------------------------------------------------- # # (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-2/+2
|
* Don't use the absolute path to the bindist tarballIan Lynagh2009-02-101-1/+1
| | | | | | | | | On Windows, we end up doing something like rsync c:/build/ghc-6.10.1-unknown-mingw32.tar.bz2 haskell.org:dist and it thinks that it is meant to get the file from the host called "c". Now we just do rsync ghc-6.10.1-unknown-mingw32.tar.bz2 haskell.org:dist so rsync understand what we mean.
* Use --force-local when calling tar in bindisttest/Ian Lynagh2008-09-121-1/+2
| | | | Otherwise it thinks that c:/foo is a remote file
* Change references to the old BIN_DIST_TARBALL to the new BIN_DIST_TAR_BZ2Ian Lynagh2008-08-241-1/+1
|
* BIN_DIST_INST_SUBDIR Needs to be defined in config.mk so ./Makefile can see itIan Lynagh2007-12-071-9/+0
|
* on Windows, install to a directory with spaces (test for #1828)Simon Marlow2007-11-151-2/+11
|
* Fix up bindist creation and publishingIan Lynagh2007-09-051-6/+4
|
* In bindisttest, don't try to configure/install the bindist on WindowsIan Lynagh2007-08-231-1/+5
|
* Add a bindisttest directoryIan Lynagh2007-08-221-0/+32
After make binary-dist stage=2 you can run make in bindisttest/ to test it