annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4126
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
1 # This file is part of MXE.
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
2 # See index.html for further information.
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
3
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
4 PKG := build-gettext
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
5 $(PKG)_IGNORE :=
5505
391a0292bcaa gettext: update to 0.21
John Donoghue <john.donoghue@ieee.org>
parents: 5377
diff changeset
6 $(PKG)_VERSION := 0.21
391a0292bcaa gettext: update to 0.21
John Donoghue <john.donoghue@ieee.org>
parents: 5377
diff changeset
7 $(PKG)_CHECKSUM := e6c0a0cba5b00a604c9118403a8199c77a538526
4126
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
8 $(PKG)_SUBDIR := gettext-$($(PKG)_VERSION)
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
9 $(PKG)_FILE := gettext-$($(PKG)_VERSION).tar.gz
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/gettext/$($(PKG)_FILE)
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
11 $(PKG)_DEPS :=
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
12
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
13 define $(PKG)_UPDATE
4545
0e56fe2d2ef5 Makefile.in: add update-build-tools target
John Donoghue <john.donoghue@ieee.org>
parents: 4441
diff changeset
14 $(WGET) -q -O- 'http://ftp.gnu.org/gnu/gettext/?C=M;O=D' | \
0e56fe2d2ef5 Makefile.in: add update-build-tools target
John Donoghue <john.donoghue@ieee.org>
parents: 4441
diff changeset
15 $(SED) -n 's,.*<a href="gettext-\([0-9\.]*\)\.tar.*,\1,p' | \
0e56fe2d2ef5 Makefile.in: add update-build-tools target
John Donoghue <john.donoghue@ieee.org>
parents: 4441
diff changeset
16 $(SORT) -V | \
0e56fe2d2ef5 Makefile.in: add update-build-tools target
John Donoghue <john.donoghue@ieee.org>
parents: 4441
diff changeset
17 tail -1
4126
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
18 endef
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
19
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
20 define $(PKG)_BUILD
5883
f08c7cbb8df1 * build-gettext.mk: Undo recent changes; omit special msvc actions.
John W. Eaton <jwe@octave.org>
parents: 5881
diff changeset
21 mkdir '$(1).build'
f08c7cbb8df1 * build-gettext.mk: Undo recent changes; omit special msvc actions.
John W. Eaton <jwe@octave.org>
parents: 5881
diff changeset
22 cd '$(1).build' && '$(1)/configure' \
4126
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
23 --prefix='$(BUILD_TOOLS_PREFIX)' \
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
24 --without-libexpat-prefix \
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
25 --without-libxml2-prefix \
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
26 $($(PKG)_CONFIGURE_OPTIONS)
5884
62eada485ce7 * build-gettext.mk: Run make in gnulib directories before rest of build.
John W. Eaton <jwe@octave.org>
parents: 5883
diff changeset
27 $(MAKE) -C '$(1).build/gnulib-local' -j $(JOBS)
62eada485ce7 * build-gettext.mk: Run make in gnulib directories before rest of build.
John W. Eaton <jwe@octave.org>
parents: 5883
diff changeset
28 $(MAKE) -C '$(1).build/gettext-runtime/gnulib-lib' -j $(JOBS)
62eada485ce7 * build-gettext.mk: Run make in gnulib directories before rest of build.
John W. Eaton <jwe@octave.org>
parents: 5883
diff changeset
29 $(MAKE) -C '$(1).build/gettext-tools/gnulib-lib' -j $(JOBS)
5883
f08c7cbb8df1 * build-gettext.mk: Undo recent changes; omit special msvc actions.
John W. Eaton <jwe@octave.org>
parents: 5881
diff changeset
30 $(MAKE) -C '$(1).build' -j $(JOBS)
f08c7cbb8df1 * build-gettext.mk: Undo recent changes; omit special msvc actions.
John W. Eaton <jwe@octave.org>
parents: 5881
diff changeset
31 $(MAKE) -C '$(1).build' -j 1 $(MXE_DISABLE_DOCS) install DESTDIR='$(3)'
4126
d9b98f1123cc add build-gettext package
"lostbard" <john.donoghue@ieee.org>
parents:
diff changeset
32 endef