Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Corrado <alexc@xamarin.com>2012-03-08 01:24:47 +0400
committerAlex Corrado <alexc@xamarin.com>2012-03-08 01:27:30 +0400
commit50643e1ebd171f940f800937c01395a8623275e2 (patch)
tree96f490c72705776c3e288a4a6f05241f2564d52a /Makefile.am
parentc4c2f8c5ae7d2f7033dc4328d23c65dd418e327d (diff)
Disable running commits-to-changelog.py as part of 'make dist' because it causes wrench to timeout
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6d3780e5931..74f28ed2bcf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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