[commit: ghc] master: Automatically add the $(exeext) to program names (2b85372)

Ian Lynagh igloo at earth.li
Mon Mar 4 01:45:06 CET 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/2b85372ca18115bb1d6363256fcea6f54e415bed

>---------------------------------------------------------------

commit 2b85372ca18115bb1d6363256fcea6f54e415bed
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sun Mar 3 22:49:41 2013 +0000

    Automatically add the $(exeext) to program names
    
    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).

 driver/ghc/ghc.mk            |  2 +-
 driver/ghci/ghc.mk           |  2 +-
 driver/haddock/ghc.mk        |  2 +-
 driver/split/ghc.mk          |  2 +-
 ghc/ghc.mk                   |  6 +++---
 rules/build-perl.mk          | 12 +++++++++++-
 rules/build-prog.mk          | 20 ++++++++++++--------
 rules/shell-wrapper.mk       |  4 ++--
 utils/compare_sizes/ghc.mk   |  2 +-
 utils/count_lines/ghc.mk     |  2 +-
 utils/deriveConstants/ghc.mk |  2 +-
 utils/genapply/ghc.mk        |  2 +-
 utils/genprimopcode/ghc.mk   |  2 +-
 utils/ghc-cabal/ghc.mk       |  2 +-
 utils/ghc-pkg/ghc.mk         |  6 ++----
 utils/ghc-pwd/ghc.mk         |  2 +-
 utils/ghctags/ghc.mk         |  2 +-
 utils/hp2ps/ghc.mk           |  2 +-
 utils/hpc/ghc.mk             |  2 +-
 utils/mkUserGuidePart/ghc.mk |  2 +-
 utils/runghc/ghc.mk          |  2 +-
 utils/touchy/ghc.mk          |  2 +-
 utils/unlit/ghc.mk           |  2 +-
 23 files changed, 48 insertions(+), 36 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 2b85372ca18115bb1d6363256fcea6f54e415bed



More information about the ghc-commits mailing list