[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
Mon Sep 13 18:20:44 CDT 2010
branch "master" has been updated
via 4d1431a2e9186f73c25a921434e307b707ce3fd7 (commit)
via 98ef93006319c6456f7b50a05828c246fd91eb1e (commit)
from b3e4d621703e5cfe15a0cb2dc879595e6b802d5d (commit)
Summary of changes:
build/.gitignore | 6 ++++++
build/runcmake.sh | 12 ++++++++++++
2 files changed, 18 insertions(+), 0 deletions(-)
create mode 100644 build/.gitignore
create mode 100755 build/runcmake.sh
- Log -----------------------------------------------------------------
commit 4d1431a2e9186f73c25a921434e307b707ce3fd7
Author: David M. Lee <dlee at digium.com>
Date: Mon Sep 13 18:19:19 2010 -0500
Added .sh version of the runcmake script.
diff --git a/build/runcmake.sh b/build/runcmake.sh
new file mode 100755
index 0000000..28c37d7
--- /dev/null
+++ b/build/runcmake.sh
@@ -0,0 +1,12 @@
+#!/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 .. "$@"
commit 98ef93006319c6456f7b50a05828c246fd91eb1e
Author: David M. Lee <dlee at digium.com>
Date: Mon Sep 13 18:17:29 2010 -0500
.gitignore the build dir
diff --git a/build/.gitignore b/build/.gitignore
new file mode 100644
index 0000000..43b6b8a
--- /dev/null
+++ b/build/.gitignore
@@ -0,0 +1,6 @@
+CMakeCache.txt
+CMakeFiles
+Makefile
+cmake_install.cmake
+slice
+src
-----------------------------------------------------------------------
--
asterisk-scf/integration/routing.git
More information about the asterisk-scf-commits
mailing list