From: Bruno Haible Date: Thu, 13 Nov 2003 15:33:04 +0000 (+0000) Subject: Never remake only a subset of the PO files. X-Git-Tag: v0.13~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f944c94061a0769628318cacec81a5a09d1e0879;p=thirdparty%2Fgettext.git Never remake only a subset of the PO files. --- diff --git a/gettext-runtime/po/ChangeLog b/gettext-runtime/po/ChangeLog index 5a684f844..fc52927aa 100644 --- a/gettext-runtime/po/ChangeLog +++ b/gettext-runtime/po/ChangeLog @@ -1,3 +1,9 @@ +2003-11-09 Bruno Haible + + * Makefile.in.in (stamp-po): Remake all GMOFILES, not just those + needed in this build. This is necessary because stamp-po persists + across "make distclean". + 2003-11-06 Bruno Haible * sr.po: New file, from Danilo Segan. diff --git a/gettext-runtime/po/Makefile.in.in b/gettext-runtime/po/Makefile.in.in index ee6009243..62c4f8240 100644 --- a/gettext-runtime/po/Makefile.in.in +++ b/gettext-runtime/po/Makefile.in.in @@ -88,7 +88,7 @@ all-no: # $(POFILES) has been designed to not touch files that don't need to be # changed. stamp-po: $(srcdir)/$(DOMAIN).pot - test -z "$(CATALOGS)" || $(MAKE) $(CATALOGS) + test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) @echo "touch stamp-po" @echo timestamp > stamp-poT @mv stamp-poT stamp-po diff --git a/gettext-tools/po/ChangeLog b/gettext-tools/po/ChangeLog index 0cbbffee4..250160313 100644 --- a/gettext-tools/po/ChangeLog +++ b/gettext-tools/po/ChangeLog @@ -1,3 +1,9 @@ +2003-11-09 Bruno Haible + + * Makefile.in.in (stamp-po): Remake all GMOFILES, not just those + needed in this build. This is necessary because stamp-po persists + across "make distclean". + 2003-11-05 Bruno Haible * POTFILES.in: Add src/user-email.sh.in. diff --git a/gettext-tools/po/Makefile.in.in b/gettext-tools/po/Makefile.in.in index ee6009243..62c4f8240 100644 --- a/gettext-tools/po/Makefile.in.in +++ b/gettext-tools/po/Makefile.in.in @@ -88,7 +88,7 @@ all-no: # $(POFILES) has been designed to not touch files that don't need to be # changed. stamp-po: $(srcdir)/$(DOMAIN).pot - test -z "$(CATALOGS)" || $(MAKE) $(CATALOGS) + test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) @echo "touch stamp-po" @echo timestamp > stamp-poT @mv stamp-poT stamp-po