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: Sat, 26 Jan 2008 13:56:31 +0000

CVSROOT:        /cvsroot/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/01/26 13:56:31

Modified files:
        gnun/prep/gnun : GNUmakefile 

Log message:
        (sync): Remove `--update' option to cp; it is harmful in this case.

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

Patches:
Index: GNUmakefile
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/prep/gnun/GNUmakefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- GNUmakefile 26 Jan 2008 13:51:29 -0000      1.7
+++ GNUmakefile 26 Jan 2008 13:56:30 -0000      1.8
@@ -247,6 +247,6 @@
 .PHONY: sync
 sync: 
        for file in $(abs-files-to-sync) ; do \
-         cp -p --update $(wwwdir)/$$file $(rootdir)/$$file ; done
+         cp -p $(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]