comparison src/build-gettext.mk @ 5884:62eada485ce7

* build-gettext.mk: Run make in gnulib directories before rest of build.
author John W. Eaton <jwe@octave.org>
date Fri, 10 Sep 2021 13:23:24 -0400
parents f08c7cbb8df1
children fbad4bcfdf3c
comparison
equal deleted inserted replaced
5883:f08c7cbb8df1 5884:62eada485ce7
22 cd '$(1).build' && '$(1)/configure' \ 22 cd '$(1).build' && '$(1)/configure' \
23 --prefix='$(BUILD_TOOLS_PREFIX)' \ 23 --prefix='$(BUILD_TOOLS_PREFIX)' \
24 --without-libexpat-prefix \ 24 --without-libexpat-prefix \
25 --without-libxml2-prefix \ 25 --without-libxml2-prefix \
26 $($(PKG)_CONFIGURE_OPTIONS) 26 $($(PKG)_CONFIGURE_OPTIONS)
27 $(MAKE) -C '$(1).build/gnulib-local' -j $(JOBS)
28 $(MAKE) -C '$(1).build/gettext-runtime/gnulib-lib' -j $(JOBS)
29 $(MAKE) -C '$(1).build/gettext-tools/gnulib-lib' -j $(JOBS)
27 $(MAKE) -C '$(1).build' -j $(JOBS) 30 $(MAKE) -C '$(1).build' -j $(JOBS)
28 $(MAKE) -C '$(1).build' -j 1 $(MXE_DISABLE_DOCS) install DESTDIR='$(3)' 31 $(MAKE) -C '$(1).build' -j 1 $(MXE_DISABLE_DOCS) install DESTDIR='$(3)'
29 endef 32 endef