[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
Mon Sep 13 19:12:14 CDT 2010
branch "master" has been updated
via 6dde7d565771b3c1f4a5f4b9a2d0bc7977b3e3ba (commit)
from e82d13835b5f93bc220c5924a3821cffea1c588f (commit)
Summary of changes:
.gitignore | 1 +
build/.gitignore | 8 ++++++++
build/runcmake.sh | 12 ++++++++++++
3 files changed, 21 insertions(+), 0 deletions(-)
create mode 100644 .gitignore
create mode 100644 build/.gitignore
create mode 100755 build/runcmake.sh
- Log -----------------------------------------------------------------
commit 6dde7d565771b3c1f4a5f4b9a2d0bc7977b3e3ba
Author: David M. Lee <dlee at digium.com>
Date: Mon Sep 13 19:10:49 2010 -0500
.sh version of runcmake; .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c06a4fb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+pjproject*
diff --git a/build/.gitignore b/build/.gitignore
new file mode 100644
index 0000000..c97729d
--- /dev/null
+++ b/build/.gitignore
@@ -0,0 +1,8 @@
+CMakeCache.txt
+CMakeFiles
+Makefile
+*.cmake
+src
+test
+slice
+local-slice
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 .. "$@"
-----------------------------------------------------------------------
--
asterisk-scf/integration/sip.git
More information about the asterisk-scf-commits
mailing list