[Lunar-commits] <moonbase> kde4/utils: Adjusting the BUILD of akonadi and polkit-kde-agent.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun May 15 16:24:44 CEST 2011
commit 31e88277c61fdcc72b3567a2dec271ec05cf7eab
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun May 15 10:24:44 2011 -0400
kde4/utils: Adjusting the BUILD of akonadi and polkit-kde-agent.
---
kde4/utils/akonadi/BUILD | 11 +++--------
kde4/utils/polkit-kde-agent/BUILD | 11 +++--------
2 files changed, 6 insertions(+), 16 deletions(-)
diff --git a/kde4/utils/akonadi/BUILD b/kde4/utils/akonadi/BUILD
index a68c840..d064572 100644
--- a/kde4/utils/akonadi/BUILD
+++ b/kde4/utils/akonadi/BUILD
@@ -2,17 +2,12 @@
export CFLAGS="$CFLAGS -fPIC" &&
- OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
-
source /etc/profile.d/qt4.rc &&
source /etc/profile.d/kde4.rc &&
- mkdir $OOTB_DIR &&
- cd $OOTB_DIR &&
-
- cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
- -DCMAKE_BUILD_TYPE=RELEASE \
- $OPTS &&
+ cmake -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ $OPTS . &&
default_make
diff --git a/kde4/utils/polkit-kde-agent/BUILD b/kde4/utils/polkit-kde-agent/BUILD
index 95d4fec..07b1411 100644
--- a/kde4/utils/polkit-kde-agent/BUILD
+++ b/kde4/utils/polkit-kde-agent/BUILD
@@ -1,13 +1,8 @@
(
- 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 &&
+ cmake -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ $OPTS . &&
default_make
More information about the Lunar-commits
mailing list