# HG changeset patch # User John W. Eaton # Date 1631294604 14400 # Node ID 62eada485ce704d74578979e7e6ee3749b23fcd1 # Parent f08c7cbb8df1d222a1ca9329c4ee5bf95c2f8a00 * build-gettext.mk: Run make in gnulib directories before rest of build. diff -r f08c7cbb8df1 -r 62eada485ce7 src/build-gettext.mk --- a/src/build-gettext.mk Fri Sep 10 10:21:56 2021 -0400 +++ b/src/build-gettext.mk Fri Sep 10 13:23:24 2021 -0400 @@ -24,6 +24,9 @@ --without-libexpat-prefix \ --without-libxml2-prefix \ $($(PKG)_CONFIGURE_OPTIONS) + $(MAKE) -C '$(1).build/gnulib-local' -j $(JOBS) + $(MAKE) -C '$(1).build/gettext-runtime/gnulib-lib' -j $(JOBS) + $(MAKE) -C '$(1).build/gettext-tools/gnulib-lib' -j $(JOBS) $(MAKE) -C '$(1).build' -j $(JOBS) $(MAKE) -C '$(1).build' -j 1 $(MXE_DISABLE_DOCS) install DESTDIR='$(3)' endef