changeset 5880:5d627682a6b2 release

Backed out changeset 0e80767f2199
author John W. Eaton <jwe@octave.org>
date Tue, 07 Sep 2021 15:33:08 -0400
parents 0e80767f2199
children c30da1cd5e3b
files src/build-gettext.mk
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/build-gettext.mk	Tue Sep 07 14:47:48 2021 -0400
+++ b/src/build-gettext.mk	Tue Sep 07 15:33:08 2021 -0400
@@ -17,8 +17,6 @@
     tail -1
 endef
 
-## Use -j 1 instead of -j $(JOBS) to avoid failures with parallel builds.
-
 define $(PKG)_BUILD
     mkdir '$(1).build'
     cd    '$(1).build' && '$(1)/configure' \
@@ -26,7 +24,7 @@
         --without-libexpat-prefix \
         --without-libxml2-prefix \
 	$($(PKG)_CONFIGURE_OPTIONS)
-    $(MAKE) -C '$(1).build' -j 1
+    $(MAKE) -C '$(1).build' -j '$(JOBS)'
     if test x$(MXE_SYSTEM) = xmsvc; then \
         cd '$(1).build' && $(CONFIGURE_POST_HOOK); \
     fi