[Lunar-commits] <moonbase> ncurses: BUILD cleanup
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Sat Jun 30 16:49:57 CEST 2012
commit 783186b7cda1137d0bc34eb8d0fcbd91c33cbe3b
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Sat Jun 30 16:49:57 2012 +0200
ncurses: BUILD cleanup
---
libs/ncurses/BUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/libs/ncurses/BUILD b/libs/ncurses/BUILD
index 5f6a266..498a462 100644
--- a/libs/ncurses/BUILD
+++ b/libs/ncurses/BUILD
@@ -10,9 +10,9 @@
# specifically so we could link ncurses to bash which is
# needed at init time! If you move it you could break your
# system!
-unset CC CXX
+ unset CC CXX &&
-set -x
+ set -x &&
./configure --build=$BUILD \
--prefix=/usr \
--libdir=/lib \
@@ -27,14 +27,16 @@ set -x
default_make &&
-set +x &&
+ devoke_installwatch &&
+
+ set +x &&
# Now to make nucurses wide
make clean &&
unset CC CXX &&
-set -x
+ set -x &&
./configure --build=$BUILD \
--prefix=/usr \
--libdir=/lib \
@@ -49,7 +51,7 @@ set -x
--enable-widec \
$OPTS &&
-set +x &&
+ set +x &&
default_make &&
gather_docs ANNOUNCE TODO
More information about the Lunar-commits
mailing list