[asterisk-scf-commits] asterisk-scf/integration/gitall.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Sun Sep 5 14:58:23 CDT 2010


branch "master" has been updated
       via  ca3b584099855e4cca2d859d6bea3bb11505e383 (commit)
      from  ff4c9c408be08737ea78ac3ea45ec60fff5d3d24 (commit)

Summary of changes:
 build/runcmake.sh |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit ca3b584099855e4cca2d859d6bea3bb11505e383
Author: David M. Lee <dlee at digium.com>
Date:   Sun Sep 5 14:56:11 2010 -0500

    Added ability to pass further options to cmake through .sh wrapper.

diff --git a/build/runcmake.sh b/build/runcmake.sh
index 661d7b0..28c37d7 100755
--- a/build/runcmake.sh
+++ b/build/runcmake.sh
@@ -1,8 +1,12 @@
 #!/bin/sh
 
 #
-# -Wdev: Enable developer warnings
-# --build <sourcdir> : for out-of-source building
+# Helpful wrapper for cmake.
+# usage: runcmake.sh [cmake-options]
+#
+# Any options are passed on to cmake as-is.
 #
 
-cmake -Wdev --build ..
+# -Wdev: Enable developer warnings
+# --build <sourcdir> : for out-of-source building
+cmake -Wdev --build .. "$@"

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/gitall.git



More information about the asterisk-scf-commits mailing list