summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-07-10 08:36:44 +1000
committerChris Johns <chrisj@rtems.org>2017-07-10 08:36:44 +1000
commit3520323f1b4bb12720aace05aa46bf31c2bd63fa (patch)
tree60310cdd0b412c7a82ebad51d7a4683a99797817
parentSetting threads to 0 on FreeBSD stops dot crashes in doxywqgen. (diff)
downloadrtems-release-3520323f1b4bb12720aace05aa46bf31c2bd63fa.tar.bz2
Deoxygen DOT_NUM_THREADS means use all processors and this crashes on FreeBSD.4.11.2
-rwxr-xr-xrtems-release-kernel2
1 files changed, 1 insertions, 1 deletions
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