[Lunar-commits] r20318 - moonbase/trunk/zbeta/e17/e_modules-cvs
Chad Kittel
v3rt1g0 at lunar-linux.org
Mon Jun 5 00:36:23 UTC 2006
Author: v3rt1g0
Date: 2006-06-05 00:36:23 +0000 (Mon, 05 Jun 2006)
New Revision: 20318
Modified:
moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD
Log:
Build Tweak: e_modules-cvs (beta)
* a decent build script exists for e_modules now that allows us just
to use default_cvs_build. Yippie!
Modified: moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD 2006-06-05 00:07:39 UTC (rev 20317)
+++ moonbase/trunk/zbeta/e17/e_modules-cvs/BUILD 2006-06-05 00:36:23 UTC (rev 20318)
@@ -1,27 +1,9 @@
(
- AVAILABLE_MODULES="calendar cpu deskshow devian emu eveil evolume flame language mbar mem moon mount net rain screenshot slideshow snow tclock uptime weather wlan"
-
export PATH="$MODULE_PREFIX/bin:$PATH"
export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include"
export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib"
- for module in $AVAILABLE_MODULES; do
- pushd $module &&
- message "\n\nBuilding Module: ${module}\n" &&
+ default_cvs_build
- # seperate them out so that prepare_install isn't called each time
- default_cvs_config &&
- make
- popd
- done &&
-
- prepare_install &&
- for module in $AVAILABLE_MODULES; do
- pushd $module &&
- message "\n\nInstalling Module: ${module}\n" &&
- make install
- popd
- done
-
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list