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

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

trans-coord/gnun/server/gnun ChangeLog GNUmakefile


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog GNUmakefile
Date: Wed, 05 Mar 2008 22:07:57 +0000

CVSROOT:        /cvsroot/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/03/05 22:07:57

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile 

Log message:
        (report): Demote the `error' function in the make
        conditionals to a `warning' as a quick workaround for the snafu
        introduced in the previous change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- ChangeLog   5 Mar 2008 18:52:28 -0000       1.19
+++ ChangeLog   5 Mar 2008 22:07:56 -0000       1.20
@@ -1,3 +1,9 @@
+2008-03-06  Yavor Doganov  <address@hidden>
+
+       * GNUmakefile (report): Demote the `error' function in the make
+       conditionals to a `warning' as a quick workaround for the snafu
+       introduced in the previous change.
+
 2008-03-05  Yavor Doganov  <address@hidden>
 
        * GNUmakefile (check-po): Use mailfail to mail the error from

Index: GNUmakefile
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- GNUmakefile 5 Mar 2008 18:52:28 -0000       1.5
+++ GNUmakefile 5 Mar 2008 22:07:56 -0000       1.6
@@ -344,10 +344,10 @@
 .PHONY: report
 report: 
 ifndef TEAM
-$(error Please specify a language code, for example TEAM=fr)
+$(warning Please specify a language code, for example TEAM=fr)
 endif
 ifneq ($(TEAM),$(findstring $(TEAM),$(sort $(GENERIC_LINGUAS))))
-$(error There are no translations for language "$(TEAM)")
+$(warning There are no translations for language "$(TEAM)")
 endif
        @cd $(rootdir) ; LC_ALL=C find -name '*.$(TEAM).po' -printf "%p: " \
          -exec msgfmt --statistics -o /dev/null '{}' \; 2>&1 \




reply via email to

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