[commit: ghc] master: Don't create mk/stamp-h (31b2706)

Ian Lynagh igloo at earth.li
Tue Jun 11 16:28:12 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/31b2706c1998b0deff6f50861125bf6cdfdec8e2

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

commit 31b2706c1998b0deff6f50861125bf6cdfdec8e2
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sun Jun 9 20:49:52 2013 +0100

    Don't create mk/stamp-h
    
    I don't think we are using it for anything any more.

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

 .gitignore   | 1 -
 configure.ac | 1 -
 ghc.mk       | 1 -
 3 files changed, 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 829f19a..db95989 100644
--- a/.gitignore
+++ b/.gitignore
@@ -159,7 +159,6 @@ _darcs/
 /mk/install.mk
 /mk/project.mk
 /mk/project.mk.old
-/mk/stamp-h
 /mk/validate.mk
 /rts/package.conf.inplace
 /rts/package.conf.inplace.raw
diff --git a/configure.ac b/configure.ac
index 25402d3..5fccdbe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -902,7 +902,6 @@ if grep '	' compiler/ghc.cabal.in 2>&1 >/dev/null; then
 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/ug-book.xml docs/users_guide/ug-ent.xml docs/index.html libraries/prologue.txt distrib/configure.ac])
-AC_CONFIG_COMMANDS([mk/stamp-h],[echo timestamp > mk/stamp-h])
 AC_OUTPUT
 
 # We got caught by
diff --git a/ghc.mk b/ghc.mk
index f635ca3..18c0f57 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1238,7 +1238,6 @@ distclean : clean
 	$(call removeFiles,distrib/configure.ac)
 
 # ./configure also makes these.
-	$(call removeFiles,mk/stamp-h)
 	$(call removeFiles,mk/config.h)
 
 # Internal files generated by ./configure for itself.





More information about the ghc-commits mailing list