# HG changeset patch # User John W. Eaton # Date 1631043188 14400 # Node ID 5d627682a6b2af62f19a53b690efc0bc7ff80ac9 # Parent 0e80767f21999b665ed40c38c82775f11a826679 Backed out changeset 0e80767f2199 diff -r 0e80767f2199 -r 5d627682a6b2 src/build-gettext.mk --- 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