summaryrefslogtreecommitdiff
path: root/rules/shell-wrapper.mk
Commit message (Expand)AuthorAgeFilesLines
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* Don't use $SHELL in wrapper scriptsJoachim Breitner2017-10-261-3/+3
* Rework CC/CC_STAGE0 handling in `configure.ac`Herbert Valerio Riedel2016-04-161-1/+1
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-1/+1
* Build system: simplify install.mk.inThomas Miedema2015-08-211-1/+1
* Build system: also clean the inplace wrapperThomas Miedema2015-05-301-0/+2
* Build system: don't use supposedly local variable inside macroThomas Miedema2015-05-301-6/+6
* Build system: whitespace and comments onlyThomas Miedema2015-05-301-3/+6
* runghc: be explicit about ghc version (#9054)Thomas Miedema2015-02-181-3/+5
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* Comment fixGabor Greif2013-08-311-1/+1
* Don't try to build bindist wrappers on WindowsIan Lynagh2013-05-151-0/+2
* By default, use the dynamic way for programs in the GHC treeIan Lynagh2013-03-151-2/+2
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-031-2/+2
* Make it possible to build with only way dynIan Lynagh2012-10-241-15/+30
* extend LD_LIBRARY_PATH instead of replacing itGabor Greif2012-10-241-3/+3
* Get dynamic-by-default mostly working on OS XIan Lynagh2012-10-141-0/+4
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-37/+24
* Refactor the shell-wrapper-creation logicIan Lynagh2012-10-011-6/+33
* Put libexec binaries in lib/bin/ rather than just lib/Ian Lynagh2012-10-011-1/+1
* Tweak the build system handling of shell wrappersIan Lynagh2012-09-271-15/+4
* Improve support for cross-compilationSimon Marlow2012-01-301-1/+1
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-2/+2
* We no longer need to pass pgmc etc in the ghc.wrapper scriptIan Lynagh2011-04-291-1/+0
* Add build system profiling to build systemIan Lynagh2011-01-231-0/+2
* On Cygwin, use a Cygwin-style path for /bin/install's destinationIan Lynagh2011-01-061-1/+1
* add a simple trace facility to the build systemSimon Marlow2010-09-211-0/+1
* Inplace programs depend on their shell wrappersIan Lynagh2010-04-271-1/+1
* Pass the location of gcc in the ghc wrapper script; partially fixes #3863Ian Lynagh2010-03-241-0/+2
* Tweak how shell wrappers are builtIan Lynagh2009-11-071-4/+5
* ghc-stage2 is now renamed to ghc when it is installedIan Lynagh2009-11-071-1/+5
* Tweak the shell wrapper scriptsIan Lynagh2009-11-071-1/+3
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-051-13/+13
* Make our install variables etc compliant with GNU standards; fixes #1924Ian Lynagh2009-08-141-8/+10
* Fix permissions when installingIan Lynagh2009-08-021-1/+2
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-7/+7
* Add a header to all build system files:Simon Marlow2009-04-281-0/+12
* GHC new build system megapatchIan Lynagh2009-04-261-0/+63