[Lunar-commits] <moonbase> linux-2.6: small tweaks.

Florin Braescu florin at lunar-linux.org
Tue Nov 10 01:11:48 CET 2009


commit c140e11685533d407bb7d02bf555b1171e982c96
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Nov 10 02:11:48 2009 +0200

    linux-2.6: small tweaks.
---
 kernel/linux-2.6/BUILD |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/kernel/linux-2.6/BUILD b/kernel/linux-2.6/BUILD
index 064f731..a20e8d3 100644
--- a/kernel/linux-2.6/BUILD
+++ b/kernel/linux-2.6/BUILD
@@ -28,11 +28,11 @@
   LD_PRELOAD= cp .config $CONFIG_CACHE/.config.2.6.stable
   rm -f arch/${MYARCH}/boot/bzImage
 
-  make ${MAKES:+-j$MAKES} bzImage           &&
-  make ${MAKES:+-j$MAKES} modules           &&
-  backup_mods_krnl $VERSION                 &&
-  prepare_install                           &&
-  make modules_install                      &&
+  make ${MAKES:+-j$MAKES} bzImage  &&
+  make ${MAKES:+-j$MAKES} modules  &&
+  backup_mods_krnl $VERSION        &&
+  prepare_install                  &&
+  make modules_install             &&
   cp arch/${MYARCH}/boot/bzImage /boot/$VERSION-`arch`  &&
   cp System.map /boot/System.map-$VERSION-`arch`
 


More information about the Lunar-commits mailing list