Disable running commits-to-changelog.py as part of 'make dist' because it causes...
authorAlex Corrado <alexc@xamarin.com>
Wed, 7 Mar 2012 21:24:47 +0000 (16:24 -0500)
committerAlex Corrado <alexc@xamarin.com>
Wed, 7 Mar 2012 21:27:30 +0000 (16:27 -0500)
Makefile.am

index 6d3780e593115fad2ef84232c0bc2b33e387d6ef..74f28ed2bcf78a4a5485cdde201508d73eb4c1cf 100644 (file)
@@ -33,7 +33,8 @@ GIT_DIR ?= $(srcdir)/.git
 dist-hook:
        test -d $(distdir)/mcs || mkdir $(distdir)/mcs
        d=`cd $(distdir)/mcs && pwd`; cd $(mcs_topdir) && $(MAKE) distdir=$$d dist-recursive
-       test ! -d $(GIT_DIR) || ./scripts/commits-to-changelog.py --root=$(distdir) last-commit-with-compulsory-changelog-entry
+# Disable this for now because it is very slow and causes wrench to timeout:
+#      test ! -d $(GIT_DIR) || ./scripts/commits-to-changelog.py --root=$(distdir) last-commit-with-compulsory-changelog-entry
 
 pkgconfigdir = $(libdir)/pkgconfig
 noinst_DATA = mono-uninstalled.pc