[asterisk-scf-commits] asterisk-scf/release/testsuite.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Apr 1 08:28:11 CDT 2011
branch "master" has been updated
via 69dcd45b14110adba5c3f181a43358a3462ff6c8 (commit)
from ba7d0d886ac4ace8fee2ea6b67a11c0295bd05b9 (commit)
Summary of changes:
bamboo/bin/tests.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 69dcd45b14110adba5c3f181a43358a3462ff6c8
Author: Darren Sessions <dsessions at digium.com>
Date: Fri Apr 1 08:28:05 2011 -0500
Fixed the slice-plugins build on Windows where cmake produces a Makefile instead of Makefile.mak and the build script was looking for Makefile.mak.
diff --git a/bamboo/bin/tests.py b/bamboo/bin/tests.py
index 41a38ef..d1ce7c3 100755
--- a/bamboo/bin/tests.py
+++ b/bamboo/bin/tests.py
@@ -175,8 +175,8 @@ def test_slice_plugins():
print "\n\nBuilding Slice Plugins\n"
os.system("cmake .")
if plat == "Windows":
- system_call(["%s" % make,"%s" % mkcmd[0], "%s" % mkcmd[1]])
- system_call(["%s" % make,"%s" % mkcmd[0], "%s" % mkcmd[1], "install"])
+ system_call(["%s" % make])
+ system_call(["%s" % make,"install"])
elif plat == "SunOS":
system_call(["%s" % make,"MCPP_HOME=/usr/local EXPAT_HOME=/usr/sfw OPENSSL_HOME=/usr/sfw DB_HOME=/usr/local/BerkeleyDB.4.8"])
system_call(["%s" % make,"install"])
-----------------------------------------------------------------------
--
asterisk-scf/release/testsuite.git
More information about the asterisk-scf-commits
mailing list