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 ChangeLog


From: Kaloian Doganov
Subject: trans-coord/gnun/prep/gnun GNUmakefile ChangeLog
Date: Fri, 01 Feb 2008 10:23:04 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Kaloian Doganov <kaloian>       08/02/01 10:23:04

Modified files:
        gnun/prep/gnun : GNUmakefile ChangeLog 

Log message:
        * GNUmakefile (CVSOPTS): Replaced by...
        (CVSSKIP): ...which conditionally holds a command that suppresses
        $(CVS) invocations.  All uses changed.

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

Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/prep/gnun/GNUmakefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- GNUmakefile 31 Jan 2008 23:05:27 -0000      1.23
+++ GNUmakefile 1 Feb 2008 10:23:03 -0000       1.24
@@ -34,9 +34,9 @@
 
 # Do not `cvs add' any files by default unless VCS=yes.
 ifneq (,$(findstring yes,$(VCS)))
-CVSOPTS :=
+CVSSKIP :=
 else
-CVSOPTS := -n
+CVSSKIP := echo "SKIP:"
 endif
 
 rootdir := ../..
@@ -89,7 +89,7 @@
 
 # The command to add a file to the repository.
 define addfile
-[ -f $@ ] || (touch $@ ; $(CVS) $(CVSOPTS) add $@)
+[ -f $@ ] || (touch $@ ; $(CVSSKIP) $(CVS) add $@)
 endef
 
 # The command to generate pot file which perform additional checks
@@ -126,7 +126,7 @@
 # once.  Create a copy for every PO file in TEMPLATE_LINGUAS so that
 # the build can continue without errors.
 # FIXME: Check if this approach works with gettext >> 0.14.
-       [ -f $$@ ] || (cp $$< $$@ ; $(CVS) $(CVSOPTS) add $$@)
+       [ -f $$@ ] || (cp $$< $$@ ; $(CVSSKIP) $(CVS) add $$@)
        @echo Updating PO file...
        $(MSGMERGE) --update $$@ $$< && touch $$@
 

Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/prep/gnun/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- ChangeLog   31 Jan 2008 23:05:27 -0000      1.22
+++ ChangeLog   1 Feb 2008 10:23:04 -0000       1.23
@@ -1,3 +1,9 @@
+2008-02-01  Kaloian Doganov  <address@hidden>
+
+       * GNUmakefile (CVSOPTS): Replaced by...
+       (CVSSKIP): ...which conditionally holds a command that suppresses
+       $(CVS) invocations.  All uses changed.
+
 2008-02-01  Yavor Doganov  <address@hidden>
 
        * GNUmakefile ($(template_dir)/po/%.$(1).po): Revert last change.




reply via email to

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