summaryrefslogtreecommitdiff
path: root/rules/build-perl.mk
Commit message (Expand)AuthorAgeFilesLines
* Build system: also put scripts in libexecdir/binThomas Miedema2015-12-171-3/+3
* Build system: implement `make install-strip` (#1851)Thomas Miedema2015-09-041-2/+5
* Fix the build when SplitObjs=YESThomas Miedema2015-06-061-1/+1
* Build: remove more unnecessary CLEANING/=YES checksThomas Miedema2015-06-041-2/+0
* Build: remove unnecessary CLEANING/=YES checkThomas Miedema2015-06-041-4/+0
* Build system: check $CLEANING instead of $MAKECMDGOALSThomas Miedema2015-05-301-1/+1
* Fix installation of ghc-split (#8760)Austin Seipp2014-02-201-1/+9
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-031-1/+11
* Automatically define _INPLACE variables for perl programs tooIan Lynagh2013-03-031-2/+7
* Remove the _INSTALL_IN support in the build systemIan Lynagh2013-03-031-10/+0
* Use unlit_INPLACE rather than UNLIT in the build systemIan Lynagh2013-03-031-2/+2
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-1/+1
* Add build system profiling to build systemIan Lynagh2011-01-231-0/+2
* Simplify the build system, and remove 2 phasesIan Lynagh2011-01-221-2/+0
* Build system improvementsIan Lynagh2011-01-151-0/+2
* On Cygwin, use a Cygwin-style path for /bin/install's destinationIan Lynagh2011-01-061-2/+2
* add a simple trace facility to the build systemSimon Marlow2010-09-211-0/+1
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-0/+1
* Change how perl scripts get installed; partially fixes #3863Ian Lynagh2010-03-241-1/+11
* Build and install inplace the count_lines and compareSizes utilsIan Lynagh2009-12-161-3/+3
* Use "order only constraints" for directoriesIan Lynagh2009-10-021-4/+2
* Make our install variables etc compliant with GNU standards; fixes #1924Ian Lynagh2009-08-141-2/+2
* remove unnecessary $(RM)sSimon Marlow2009-07-011-2/+0
* eliminate "warning: overriding commnds..." from make when we're cleaningSimon Marlow2009-06-161-0/+3
* 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/+45