[commit: ghc] master: configure.ac: Rename shake/ to build/ (53a567c)
git at git.haskell.org
git at git.haskell.org
Fri Dec 18 12:31:38 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/53a567c59f497d1af0ed5cc3c235c71701ed8cea/ghc
>---------------------------------------------------------------
commit 53a567c59f497d1af0ed5cc3c235c71701ed8cea
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Dec 18 11:57:52 2015 +0100
configure.ac: Rename shake/ to build/
See https://github.com/snowleopard/shaking-up-ghc/pull/2
>---------------------------------------------------------------
53a567c59f497d1af0ed5cc3c235c71701ed8cea
configure.ac | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0f335a4..d1f8115 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1098,9 +1098,11 @@ if grep ' ' compiler/ghc.cabal.in 2>&1 >/dev/null; then
AC_MSG_ERROR([compiler/ghc.cabal.in contains tab characters; please remove them])
fi
-if test -e shake/cfg/system.config.in; then
- AC_CONFIG_FILES([shake/cfg/system.config])
+# Create the configuration for the Shake-based build system if it is present
+if test -e build/cfg/system.config.in; then
+ AC_CONFIG_FILES([build/cfg/system.config])
fi
+
AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk compiler/ghc.cabal ghc/ghc-bin.cabal utils/runghc/runghc.cabal settings docs/users_guide/ghc_config.py docs/index.html libraries/prologue.txt distrib/configure.ac])
AC_OUTPUT
More information about the ghc-commits
mailing list