[asterisk-scf-commits] asterisk-scf/integration/sip.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Sep 14 09:36:59 CDT 2010
branch "master" has been updated
via 6be6579071dfae3228f3c6e5887db952240a5445 (commit)
from 599fbbc4a5a73ecc1bead0f16156b520d16af515 (commit)
Summary of changes:
.gitignore | 1 +
build/.gitignore | 8 --------
build/runcmake.bat | 6 ------
build/runcmake.sh | 12 ------------
cmake | 2 +-
5 files changed, 2 insertions(+), 27 deletions(-)
delete mode 100644 build/.gitignore
delete mode 100644 build/runcmake.bat
delete mode 100755 build/runcmake.sh
- Log -----------------------------------------------------------------
commit 6be6579071dfae3228f3c6e5887db952240a5445
Author: David M. Lee <dlee at digium.com>
Date: Tue Sep 14 09:34:56 2010 -0500
By popular demand, removing runcmake scripts.
diff --git a/.gitignore b/.gitignore
index c06a4fb..8600a6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
+build
pjproject*
diff --git a/build/.gitignore b/build/.gitignore
deleted file mode 100644
index c97729d..0000000
--- a/build/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-CMakeCache.txt
-CMakeFiles
-Makefile
-*.cmake
-src
-test
-slice
-local-slice
diff --git a/build/runcmake.bat b/build/runcmake.bat
deleted file mode 100644
index f04369f..0000000
--- a/build/runcmake.bat
+++ /dev/null
@@ -1,6 +0,0 @@
- at ECHO OFF
-REM -Wdev: Enable developer warnings.
-REM --build <sourcedir> : for out-of-source building
-
-cmake -Wdev --build .. -G "Visual Studio 9 2008"
-
diff --git a/build/runcmake.sh b/build/runcmake.sh
deleted file mode 100755
index 28c37d7..0000000
--- a/build/runcmake.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-#
-# Helpful wrapper for cmake.
-# usage: runcmake.sh [cmake-options]
-#
-# Any options are passed on to cmake as-is.
-#
-
-# -Wdev: Enable developer warnings
-# --build <sourcdir> : for out-of-source building
-cmake -Wdev --build .. "$@"
diff --git a/cmake b/cmake
index 1e7a172..f3690c3 160000
--- a/cmake
+++ b/cmake
@@ -1 +1 @@
-Subproject commit 1e7a1725fe9e2d176a2c26820d6bcd96c6c3939e
+Subproject commit f3690c333fcda3c09f0ce3fbb71db33d3712e899
-----------------------------------------------------------------------
--
asterisk-scf/integration/sip.git
More information about the asterisk-scf-commits
mailing list