[Lunar-commits] r19245 - moonbase/branches/crater/qt4
Moritz Heiber
moe at lunar-linux.org
Tue Mar 14 23:27:25 UTC 2006
Author: moe
Date: 2006-03-14 23:27:25 +0000 (Tue, 14 Mar 2006)
New Revision: 19245
Removed:
moonbase/branches/crater/qt4/CONFIGURE
Modified:
moonbase/branches/crater/qt4/BUILD
Log:
Looks like there's no more 'make sub-tools' .. its either all
or nothing now.
Modified: moonbase/branches/crater/qt4/BUILD
===================================================================
--- moonbase/branches/crater/qt4/BUILD 2006-03-14 22:29:09 UTC (rev 19244)
+++ moonbase/branches/crater/qt4/BUILD 2006-03-14 23:27:25 UTC (rev 19245)
@@ -20,21 +20,12 @@
-no-exceptions \
$OPTS &&
- if [ "$SAMPIN" == "y" ] ; then
- make
- else
- make sub-tools
- fi &&
+ make &&
rm -f bin/qmake &&
cp qmake/qmake bin/qmake &&
make install &&
- if [ "$SAMPIN" == "y" ] ; then
- cp -a examples ${MODULE_PREFIX}/
- cp -a tutorial ${MODULE_PREFIX}/
- fi &&
-
if ! grep -q "${MODULE_PREFIX}/lib" /etc/ld.so.conf; then
echo "${MODULE_PREFIX}/lib" >> /etc/ld.so.conf
fi &&
Deleted: moonbase/branches/crater/qt4/CONFIGURE
More information about the Lunar-commits
mailing list