]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Never remake only a subset of the PO files.
authorBruno Haible <bruno@clisp.org>
Thu, 13 Nov 2003 15:33:04 +0000 (15:33 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:14 +0000 (12:11 +0200)
gettext-runtime/po/ChangeLog
gettext-runtime/po/Makefile.in.in
gettext-tools/po/ChangeLog
gettext-tools/po/Makefile.in.in

index 5a684f844cb3f51bf452d81dc069b5b6f14c9e1e..fc52927aa5d530b59eb1c681304627e9fc7ca77f 100644 (file)
@@ -1,3 +1,9 @@
+2003-11-09  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <bruno@clisp.org>
 
        * sr.po: New file, from Danilo Segan.
index ee600924336666906294b02a97169a8e109abc3c..62c4f82406873ce300d781aff0dbac9049f7030f 100644 (file)
@@ -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
index 0cbbffee41ea7d4f5deb173c452dbeb9e2f35c33..2501603138c572691bd9f003c4b7e6441f49d67d 100644 (file)
@@ -1,3 +1,9 @@
+2003-11-09  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <bruno@clisp.org>
 
        * POTFILES.in: Add src/user-email.sh.in.
index ee600924336666906294b02a97169a8e109abc3c..62c4f82406873ce300d781aff0dbac9049f7030f 100644 (file)
@@ -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