[Lunar-commits] <moonbase> doc-tools: Adjusting the BUILDs of ebook-tools and wv2.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Jun 9 11:53:44 CEST 2011
commit d50d43b5e0c52d2c056e8c5a81a1c9665734831a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Jun 9 05:53:44 2011 -0400
doc-tools: Adjusting the BUILDs of ebook-tools and wv2.
---
doc-tools/ebook-tools/BUILD | 11 +----------
doc-tools/wv2/BUILD | 11 +----------
2 files changed, 2 insertions(+), 20 deletions(-)
diff --git a/doc-tools/ebook-tools/BUILD b/doc-tools/ebook-tools/BUILD
index d345c5d..bd4c265 100644
--- a/doc-tools/ebook-tools/BUILD
+++ b/doc-tools/ebook-tools/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
diff --git a/doc-tools/wv2/BUILD b/doc-tools/wv2/BUILD
index 4929beb..bd4c265 100644
--- a/doc-tools/wv2/BUILD
+++ b/doc-tools/wv2/BUILD
@@ -1,14 +1,5 @@
(
- OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build"
-
- mkdir $OOTB_DIR &&
- cd $OOTB_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