[commit: ghc] master: Build system: simplify install.mk.in (47493e6)

git at git.haskell.org git at git.haskell.org
Fri Aug 21 17:23:11 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/47493e60fa2f8f520297969472dde01931530707/ghc

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

commit 47493e60fa2f8f520297969472dde01931530707
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Sat Aug 15 14:18:07 2015 +0200

    Build system: simplify install.mk.in
    
    This will allow fixing #1851 more easily
    ("make install-strip" should work).
    
    This reverts 57e2a81c589103b50da80a9e378b1a11285bd521:
      "On Cygwin, use a Cygwin-style path for /bin/install's destination"
    
    Update submodule haddock and hsc2hs.


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

47493e60fa2f8f520297969472dde01931530707
 docs/man/ghc.mk        |  6 +++---
 driver/ghci/ghc.mk     |  4 ++--
 ghc.mk                 | 50 +++++++++++++++++++++++++-------------------------
 includes/ghc.mk        |  8 ++++----
 mk/install.mk.in       | 24 +++++++++---------------
 rts/ghc.mk             |  4 ++--
 rules/shell-wrapper.mk |  2 +-
 utils/ghc-pkg/ghc.mk   |  2 +-
 utils/haddock          |  2 +-
 utils/hsc2hs           |  2 +-
 10 files changed, 49 insertions(+), 55 deletions(-)

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

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 47493e60fa2f8f520297969472dde01931530707


More information about the ghc-commits mailing list