trans-coord-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trans-coord/gnun/prep/gnun GNUmakefile


From: Yavor Doganov
Subject: trans-coord/gnun/prep/gnun GNUmakefile
Date: Fri, 08 Feb 2008 15:03:27 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/02/08 15:03:27

Modified files:
        gnun/prep/gnun : GNUmakefile 

Log message:
        Ignore errors from the server templates that were "generated" with
        `cp' and the dummy homepages, since msgfmt 0.14.5 will exit with
        failure.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/prep/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.33&r2=1.34

Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/prep/gnun/GNUmakefile,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- GNUmakefile 8 Feb 2008 14:52:35 -0000       1.33
+++ GNUmakefile 8 Feb 2008 15:03:27 -0000       1.34
@@ -141,7 +141,7 @@
 # the build can continue without errors.
 # FIXME: Check if this approach works with gettext >> 0.14.
        [ -f $$@ ] || (cp $$< $$@ ; $(CVSSKIP) $(CVS) add $$@)
-       $(check-po)
+       -$(check-po)
        @echo Updating PO file...
        $(MSGMERGE) --update $$@ $$< && touch $$@
 
@@ -172,7 +172,7 @@
 
 define home_rules
 $(rootdir)/po/home.$(1).po: $(rootdir)/po/home.pot
-       $(check-po)
+       -$(check-po)
        $(MSGMERGE) --update $$@ $$<
        touch $$@
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]