CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/04/30 18:22:29
Modified files:
. : ChangeLog
po : Makefile.am
Log message:
* po/Makefile.am: don't update the .po files on every .gmo
production. Produce the .gmo in the build tree, not in the
source tree.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3045&r2=1.3046
http://cvs.savannah.gnu.org/viewcvs/gnash/po/Makefile.am?cvsroot=gnash&r1=1.1&r2=1.2
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3045
retrieving revision 1.3046
diff -u -b -r1.3045 -r1.3046
--- ChangeLog 30 Apr 2007 17:24:14 -0000 1.3045
+++ ChangeLog 30 Apr 2007 18:22:29 -0000 1.3046
@@ -1,5 +1,8 @@
2007-04-27 Martin Guy <[EMAIL PROTECTED]>
+ * po/Makefile.am: don't update the .po files on every .gmo
+ production. Produce the .gmo in the build tree, not in the
+ source tree.
* libbase/tu_types.{h,cpp}, server/swf/tag_loaders.cpp:
Eliminate remnants of _TU_LITTLE_ENDIAN_
* configure.ac: Drop now-redundant endian header detection
Index: po/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/po/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- po/Makefile.am 27 Apr 2007 01:08:51 -0000 1.1
+++ po/Makefile.am 30 Apr 2007 18:22:29 -0000 1.2
@@ -48,11 +48,11 @@
done
touch update-po
-$(gmofiles): update-po
+$(gmofiles): #update-po
SUFFIXES = .po .gmo
.po.gmo:
- msgfmt --statistics --directory=$(srcdir) -o $*.gmo $*.po
+ msgfmt --statistics --directory=$(srcdir) -o $*.gmo
$(@:%.gmo=$(srcdir)/%.po)
else
$(gmofiles): force
@for i in $(gmofiles); do \
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit