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 [sr-hr]


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog GNUmakefile [sr-hr]
Date: Wed, 30 Sep 2009 16:10:32 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Branch:         sr-hr
Changes by:     Yavor Doganov <yavor>   09/09/30 16:10:32

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile 

Log message:
        (vcs): Fix conditional.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&only_with_tag=sr-hr&r1=1.157.2.10&r2=1.157.2.11
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&only_with_tag=sr-hr&r1=1.69.2.2&r2=1.69.2.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.157.2.10
retrieving revision 1.157.2.11
diff -u -b -r1.157.2.10 -r1.157.2.11
--- ChangeLog   29 Sep 2009 12:19:07 -0000      1.157.2.10
+++ ChangeLog   30 Sep 2009 16:10:31 -0000      1.157.2.11
@@ -1,3 +1,7 @@
+2009-09-30  Yavor Doganov  <address@hidden>
+
+       * GNUmakefile (vcs): Fix conditional.
+
 2009-09-28  Yavor Doganov  <address@hidden>
 
        Add support for Subversion, needed for windows7sins.org.

Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.69.2.2
retrieving revision 1.69.2.3
diff -u -b -r1.69.2.2 -r1.69.2.3
--- GNUmakefile 29 Sep 2009 12:19:08 -0000      1.69.2.2
+++ GNUmakefile 30 Sep 2009 16:10:31 -0000      1.69.2.3
@@ -41,7 +41,7 @@
 # Determine the VCS to use.  The conditional is for efficiency --
 # there's no need to spawn a shell to determine the value when all VCS
 # operations will be skipped anyway.
-ifdef VCS
+ifneq (,$(findstring yes,$(VCS)))
 vcs := $(shell (test -d CVS && echo cvs) || (test -d .svn && echo svn))
 endif
 




reply via email to

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