[commit: ghc] master: Build system: put each BuildFlavour in a separate file (#10223) (2c24fd7)
git at git.haskell.org
git at git.haskell.org
Mon Sep 7 09:59:22 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2c24fd707f8650205bb574ffac5f376239af3723/ghc
>---------------------------------------------------------------
commit 2c24fd707f8650205bb574ffac5f376239af3723
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Mon Aug 31 14:39:47 2015 +0200
Build system: put each BuildFlavour in a separate file (#10223)
This allows easier diffing of different BuildFlavours, including
`mk/flavours/validate.mk`.
Reviewed By: bgamari, austin
Differential Revision: https://phabricator.haskell.org/D1050
>---------------------------------------------------------------
2c24fd707f8650205bb574ffac5f376239af3723
mk/build.mk.sample | 266 ++-------------------------------------------
mk/custom-settings.mk | 2 +-
mk/flavours/bench-cross.mk | 15 +++
mk/flavours/bench-llvm.mk | 10 ++
mk/flavours/bench.mk | 10 ++
mk/flavours/devel1.mk | 12 ++
mk/flavours/devel2.mk | 12 ++
mk/flavours/perf-cross.mk | 15 +++
mk/flavours/perf-llvm.mk | 10 ++
mk/flavours/perf.mk | 10 ++
mk/flavours/prof.mk | 12 ++
mk/flavours/quick-cross.mk | 15 +++
mk/flavours/quick-llvm.mk | 10 ++
mk/flavours/quick.mk | 10 ++
mk/flavours/quickest.mk | 10 ++
mk/flavours/validate.mk | 44 ++++++++
mk/validate-settings.mk | 38 -------
17 files changed, 207 insertions(+), 294 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 2c24fd707f8650205bb574ffac5f376239af3723
More information about the ghc-commits
mailing list