Bug 573515 – po-properties/ special Makefile.in.in handling causes
2009-03-01 Matthas Clasen <mclasen@redhat.com> Bug 573515 – po-properties/ special Makefile.in.in handling causes failure to build * Makefile.in.in: Don't hardcode /bin/sh as shell, and don't use obsolete calling convention for config.status. Reported by Loïc Minier svn path=/trunk/; revision=22429
This commit is contained in:
committed by
Matthias Clasen
parent
f151b9bb4d
commit
9c017fece2
@ -1,3 +1,12 @@
|
|||||||
|
2009-03-01 Matthas Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Bug 573515 – po-properties/ special Makefile.in.in handling causes
|
||||||
|
failure to build
|
||||||
|
|
||||||
|
* Makefile.in.in: Don't hardcode /bin/sh as shell, and
|
||||||
|
don't use obsolete calling convention for config.status.
|
||||||
|
Reported by Loïc Minier
|
||||||
|
|
||||||
2009-02-28 Yair Hershkovitz <yairhr@gmail.com>
|
2009-02-28 Yair Hershkovitz <yairhr@gmail.com>
|
||||||
|
|
||||||
* he.po: Updated Hebrew translation.
|
* he.po: Updated Hebrew translation.
|
||||||
|
|||||||
@ -18,7 +18,7 @@ VERSION = @VERSION@
|
|||||||
|
|
||||||
XGETTEXT_KEYWORDS = --keyword --keyword=P_
|
XGETTEXT_KEYWORDS = --keyword --keyword=P_
|
||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = @SHELL@
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
@ -248,8 +248,7 @@ POTFILES: POTFILES.in
|
|||||||
|
|
||||||
Makefile: Makefile.in.in ../config.status POTFILES
|
Makefile: Makefile.in.in ../config.status POTFILES
|
||||||
cd .. \
|
cd .. \
|
||||||
&& CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
|
&& $(SHELL) ./config.status $(subdir)/$@.in
|
||||||
$(SHELL) ./config.status
|
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make not to export all variables.
|
# Tell versions [3.59,3.63) of GNU make not to export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
|||||||
Reference in New Issue
Block a user