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

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

trans-coord/gnun/prep/gnun ChangeLog GNUmakefile


From: Yavor Doganov
Subject: trans-coord/gnun/prep/gnun ChangeLog GNUmakefile
Date: Thu, 31 Jan 2008 23:05:27 +0000

CVSROOT:        /cvsroot/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/01/31 23:05:27

Modified files:
        gnun/prep/gnun : ChangeLog GNUmakefile 

Log message:
        (sync): Ignore errors from the first command just for the test,
        since it will definitely fail because dummy.html does not exist in
        the `www' repository.  It would be easier just disable the sync
        cronjob, but well...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/prep/gnun/ChangeLog?cvsroot=trans-coord&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/prep/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.22&r2=1.23

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/prep/gnun/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- ChangeLog   31 Jan 2008 22:04:01 -0000      1.21
+++ ChangeLog   31 Jan 2008 23:05:27 -0000      1.22
@@ -3,6 +3,9 @@
        * GNUmakefile ($(template_dir)/po/%.$(1).po): Revert last change.
        (template_files): Add `dummy' to test template_rules after the
        last snafu.
+       (sync): Ignore errors from the first command just for the test,
+       since it will definitely fail because dummy.html does not exist in
+       the `www' repository.
 
 2008-01-31  Yavor Doganov  <address@hidden>
 

Index: GNUmakefile
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/prep/gnun/GNUmakefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- GNUmakefile 31 Jan 2008 22:04:01 -0000      1.22
+++ GNUmakefile 31 Jan 2008 23:05:27 -0000      1.23
@@ -242,7 +242,7 @@
 
 .PHONY: sync
 sync: 
-       for file in $(abs-files-to-sync) ; do \
+       -for file in $(abs-files-to-sync) ; do \
          cp -p --update $(wwwdir)/$$file $(rootdir)/$$file ; done
        cd $(rootdir) ; \
          $(CVS) commit -m "Automatic sync from the master www repository."




reply via email to

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