[Scummvm-cvs-logs] SF.net SVN: scummvm:[48943] buildbot/config/master.cfg

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Tue May 4 22:06:24 CEST 2010


Revision: 48943
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48943&view=rev
Author:   dhewg
Date:     2010-05-04 20:06:24 +0000 (Tue, 04 May 2010)

Log Message:
-----------
Fix passed make variable to match with Makefile.common.

Modified Paths:
--------------
    buildbot/config/master.cfg

Modified: buildbot/config/master.cfg
===================================================================
--- buildbot/config/master.cfg	2010-05-04 19:09:25 UTC (rev 48942)
+++ buildbot/config/master.cfg	2010-05-04 20:06:24 UTC (rev 48943)
@@ -628,7 +628,7 @@
 	f.addStep(Compile(command = [
 							"make",
 							"-j2",
-							WithProperties("SCUMMVM_SVN_REVISION=%(got_revision)s")
+							WithProperties("VER_SVNREV=%(got_revision)s")
 						],
 						env = config["env"]))
 
@@ -667,7 +667,7 @@
 	f.addStep(Compile(command = [
 							"make",
 							"-j2",
-							WithProperties("SCUMMVM_SVN_REVISION=%(got_revision)s")
+							WithProperties("VER_SVNREV=%(got_revision)s")
 						],
 						env = config["env"]))
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list