summaryrefslogtreecommitdiffstats
path: root/source-builder/config/ntp-4-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-06-15 21:36:15 +1200
committerChris Johns <chrisj@rtems.org>2014-06-15 21:36:15 +1200
commit72aab85bc601743bb1288b558249f585fdab31c9 (patch)
treebad10942af452c5875bd4c03a7ea1639d3b21f56 /source-builder/config/ntp-4-1.cfg
parentconfig: Use the prefix as the tools path if no --with-tools. (diff)
downloadrtems-source-builder-72aab85bc601743bb1288b558249f585fdab31c9.tar.bz2
config: NTP build fails with too many jobs.
Do not use any jobs to build NTP.
Diffstat (limited to '')
-rw-r--r--source-builder/config/ntp-4-1.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/source-builder/config/ntp-4-1.cfg b/source-builder/config/ntp-4-1.cfg
index 5347e83..d8e2ba5 100644
--- a/source-builder/config/ntp-4-1.cfg
+++ b/source-builder/config/ntp-4-1.cfg
@@ -48,7 +48,9 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
--disable-ipv6 \
--disable-HOPFPCI
- %{__make} %{?_smp_mflags} all
+ # NTP does not build on sync.rtems.org with jobs
+ # %{__make} %{?_smp_mflags} all
+ %{__make} all
cd ${build_top}