[rtems-release commit] Deoxygen DOT_NUM_THREADS means use all processors and this crashes on FreeBSD.

Chris Johns chrisj at rtems.org
Tue Jul 11 00:53:27 UTC 2017


Module:    rtems-release
Branch:    refs/tags/4.11.2
Commit:    3520323f1b4bb12720aace05aa46bf31c2bd63fa
Changeset: http://git.rtems.org/rtems-release/commit/?id=3520323f1b4bb12720aace05aa46bf31c2bd63fa

Author:    Chris Johns <chrisj at rtems.org>
Date:      Mon Jul 10 08:36:44 2017 +1000

Deoxygen DOT_NUM_THREADS means use all processors and this crashes on FreeBSD.

---

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

diff --git a/rtems-release-kernel b/rtems-release-kernel
index b26f710..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 = 0\\
+	-e "s/^HAVE_DOT[[:blank:]]/DOT_NUM_THREADS = 1\\
 HAVE_DOT /g"> Doxyfile
 doxygen Doxyfile
 



More information about the vc mailing list