[Lunar-commits] r24478 - moonbase/trunk/zbeta/e17/e_modules-cvs
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri May 18 17:40:15 CEST 2007
Author: v3rt1g0
Date: 2007-05-18 17:40:15 +0200 (Fri, 18 May 2007)
New Revision: 24478
Modified:
moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD
Log:
Misc Tidy: e_modules-cvs (beta)
* removed the hacks to prevent certain e-Modules from building
as they all are working now
Modified: moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD 2007-05-18 14:09:41 UTC (rev 24477)
+++ moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD 2007-05-18 15:40:15 UTC (rev 24478)
@@ -4,22 +4,6 @@
export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include"
export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib"
- # the following are known not to properly compile at this time
- MODULES_NOT_TO_BUILD="calendar engage winselector"
-
- for mod in $MODULES_NOT_TO_BUILD ; do
- rm -f "${mod}/autogen.sh"
- done
-
- # the following are known not to play nice with automake 1.10, so this
- # is my hack at getting them to work. The e devs are being slow at
- # addressing this known issue.
- MODULES_NEEDING_CONFIGRPATH="alarm emu flame language mail mem mixer moon net photo rain screenshot slideshow snow taskbar tclock uptime weather wlan"
-
- for mod in $MODULES_NEEDING_CONFIGRPATH ; do
- cp /usr/share/gettext/config.rpath ${mod}/
- done
-
default_cvs_build
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list