summaryrefslogtreecommitdiff
path: root/utils/ghc-pwd
Commit message (Collapse)AuthorAgeFilesLines
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-031-1/+1
| | | | | | | We now define _PROGNAME, and _PROG is automatically defined with $(exeext). This will shortly automatically use the right exeext depending on what stage it is being compiled with (exeext may be different for different stages when cross-compiling).
* Make it possible to build with only way dynIan Lynagh2012-10-241-1/+1
|
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-0/+2
| | | | | | | | | | | | | This required various build system changes to get the build to go through. In the inplace shell wrappers, we set LD_LIBRARY_PATH to allow programs to find their libraries. In the future, we might change the inplace tree to be the same shape as an installed tree instead. However, this would mean changing the way we do installation, as currently we use cabal's installation methods to install the libraries, but that only works if the libraries are under libraries/foo/dist-install/build/..., rather than in inplace/lib/...
* Update dependency on directory.Paolo Capriotti2012-09-091-1/+1
|
* Make builds that use stage1 use "dist-install" consistently. ThisSimon Marlow2011-05-281-2/+2
| | | | | makes it easier to remove everything built with stage1 in cases where the build system or GHC wrongly thinks everything is up to date.
* For bindists, build ghc-pwd with stage 1Ian Lynagh2010-11-213-8/+9
| | | | | | rather then the bootstrapping compiler. This fixes problems where the bootstrapping compiler dynamically links against libraries not on the target machine.
* Change ghc-pwd's license to a string Cabal recognisesIan Lynagh2010-06-151-1/+1
|
* Rename pwd to ghc-pwdIan Lynagh2009-05-073-0/+48