[Lunar-commits] <moonbase> usbmuxd: Adjusting BUILD to use default_cmake_build.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Dec 28 19:04:47 CET 2011


commit fffab68f5c2150b4f2341f1a273fdf57dddfa161
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Dec 28 13:04:47 2011 -0500

    usbmuxd: Adjusting BUILD to use default_cmake_build.
---
 kernel/usbmuxd/BUILD |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/kernel/usbmuxd/BUILD b/kernel/usbmuxd/BUILD
index d345c5d..bd4c265 100644
--- a/kernel/usbmuxd/BUILD
+++ b/kernel/usbmuxd/BUILD
@@ -1,14 +1,5 @@
 (
 
-  OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build"  &&
-
-  mkdir $OOSB_DIR  &&
-  cd $OOSB_DIR     &&
-
-  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
-                           -DCMAKE_BUILD_TYPE=RELEASE             \
-                           $OPTS                                 &&
-
-  default_make
+  default_cmake_build
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list