[commit: ghc] master: configure.ac: Rename build/ to shake-build/ (f857d27)

git at git.haskell.org git at git.haskell.org
Fri Dec 18 14:55:08 UTC 2015


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

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

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

commit f857d27affd545cf9a55de69c7147204c046cb8d
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Dec 18 13:33:42 2015 +0100

    configure.ac: Rename build/ to shake-build/
    
    Last naming change... I promise.


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

f857d27affd545cf9a55de69c7147204c046cb8d
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index d1f8115..69cdd2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1099,8 +1099,8 @@ if grep '	' compiler/ghc.cabal.in 2>&1 >/dev/null; then
 fi
 
 # 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])
+if test -e shake-build/cfg/system.config.in; then
+    AC_CONFIG_FILES([shake-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])



More information about the ghc-commits mailing list