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, 30 Sep 2009 07:11:15 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   09/09/30 07:11:15

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&r1=1.167&r2=1.168
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.71&r2=1.72

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -b -r1.167 -r1.168
--- ChangeLog   28 Sep 2009 12:10:21 -0000      1.167
+++ ChangeLog   30 Sep 2009 07:11:15 -0000      1.168
@@ -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.71
retrieving revision 1.72
diff -u -b -r1.71 -r1.72
--- GNUmakefile 28 Sep 2009 12:10:21 -0000      1.71
+++ GNUmakefile 30 Sep 2009 07:11:15 -0000      1.72
@@ -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]