[Lunar-commits] r14860 - lunar/trunk/var/lib/lunar/functions
Auke Kok
sofar at lunar-linux.org
Fri May 20 09:09:44 UTC 2005
Author: sofar
Date: 2005-05-20 09:09:44 +0000 (Fri, 20 May 2005)
New Revision: 14860
Modified:
lunar/trunk/var/lib/lunar/functions/build.lunar
Log:
This is no longer nedeed since the alias is gone and 'make' is now wrapped.
Modified: lunar/trunk/var/lib/lunar/functions/build.lunar
===================================================================
--- lunar/trunk/var/lib/lunar/functions/build.lunar 2005-05-20 09:07:15 UTC (rev 14859)
+++ lunar/trunk/var/lib/lunar/functions/build.lunar 2005-05-20 09:09:44 UTC (rev 14860)
@@ -185,19 +185,7 @@
default_make() {
debug_msg "default_make ($@)"
verbose_msg "running \"default_make\""
- # This code is simular to the optimize_make function from optimize.lunar
- # This is needed because bash does not expand aliases in functions
- if module_installed openmosix-tools ; then
- if [[ "$MAKES" > 1 ]] ; then
- mosrun -h make -j$MAKES
- else
- mosrun -h make
- fi
- elif [[ $MAKES > 1 ]] ; then
- make -j$MAKES
- else
- make
- fi &&
+ make &&
prepare_install &&
make install
} > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list