[rtems-release commit] Use single threading to avoid craches on sync.rtems.org.

Chris Johns chrisj at rtems.org
Wed Apr 12 21:22:53 UTC 2017


Module:    rtems-release
Branch:    master
Commit:    d9b9fdeb9de7975cd844af60d7c7f49cc485bf5b
Changeset: http://git.rtems.org/rtems-release/commit/?id=d9b9fdeb9de7975cd844af60d7c7f49cc485bf5b

Author:    Chris Johns <chrisj at rtems.org>
Date:      Thu Apr 13 07:22:46 2017 +1000

Use single threading to avoid craches on sync.rtems.org.

---

 rtems-release-kernel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rtems-release-kernel b/rtems-release-kernel
index 789b74a..7988836 100755
--- a/rtems-release-kernel
+++ b/rtems-release-kernel
@@ -132,7 +132,7 @@ cat ${prefix}/cpukit/Doxyfile.in | \
 	-e "s/@top_srcdir@/${top_srcdir}/g" \
 	-e "s/@PERL@/${perl}/g" \
 	-e "s/^INPUT[[:space:]].*=.*$/INPUT = ${top_srcdir}/g" \
-	-e "s/^HAVE_DOT[[:blank:]]/DOT_NUM_THREADS = 5\\
+	-e "s/^HAVE_DOT[[:blank:]]/DOT_NUM_THREADS = 1\\
 HAVE_DOT /g"> Doxyfile
 doxygen Doxyfile
 



More information about the vc mailing list