[asterisk-scf-commits] asterisk-scf/integration/routing.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 f2483e8c9e47362d7a4add04c2a81234f3b53046 (commit)
from a7047fab3b36ecdd12b21aa95e58b8dc29d2756d (commit)
Summary of changes:
.gitignore | 1 +
build/.gitignore | 6 ------
build/runcmake.bat | 6 ------
build/runcmake.sh | 12 ------------
cmake | 2 +-
5 files changed, 2 insertions(+), 25 deletions(-)
create mode 100644 .gitignore
delete mode 100644 build/.gitignore
delete mode 100644 build/runcmake.bat
delete mode 100755 build/runcmake.sh
- Log -----------------------------------------------------------------
commit f2483e8c9e47362d7a4add04c2a81234f3b53046
Author: David M. Lee <dlee at digium.com>
Date: Tue Sep 14 09:29:50 2010 -0500
By popular demand, removing runcmake scripts.
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..378eac2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+build
diff --git a/build/.gitignore b/build/.gitignore
deleted file mode 100644
index 43b6b8a..0000000
--- a/build/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-CMakeCache.txt
-CMakeFiles
-Makefile
-cmake_install.cmake
-slice
-src
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 ea57b07..f3690c3 160000
--- a/cmake
+++ b/cmake
@@ -1 +1 @@
-Subproject commit ea57b072d8f90982c9a97466dd5ec572cb9613df
+Subproject commit f3690c333fcda3c09f0ce3fbb71db33d3712e899
-----------------------------------------------------------------------
--
asterisk-scf/integration/routing.git
More information about the asterisk-scf-commits
mailing list