[commit: ghc] master: Split non-way-specific variables off from distdir-way-opts into distdir-opts (0565f88)

Ian Lynagh igloo at earth.li
Thu Feb 21 17:52:25 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/0565f88e41bcd33fff52d884e2747c333d5d122e

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

commit 0565f88e41bcd33fff52d884e2747c333d5d122e
Author: Ian Lynagh <ian at well-typed.com>
Date:   Thu Feb 21 15:05:22 2013 +0000

    Split non-way-specific variables off from distdir-way-opts into distdir-opts
    
    The hsc2hs, alex and happy options variables are now also
    non-way-specific, as the files are shared between all ways.

 ghc.mk                              |    1 +
 rules/build-package.mk              |    1 +
 rules/build-prog.mk                 |    1 +
 rules/distdir-opts.mk               |  111 +++++++++++++++++++++++++++++++++++
 rules/distdir-way-opts.mk           |   97 ------------------------------
 rules/hs-suffix-way-rules-srcdir.mk |   12 ++--
 6 files changed, 120 insertions(+), 103 deletions(-)


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

    git show 0565f88e41bcd33fff52d884e2747c333d5d122e



More information about the ghc-commits mailing list