[Lunar-commits] r15340 - moonbase/trunk/kernel/linux-2.6
Florin Braescu
florin at lunar-linux.org
Sun Jun 12 10:45:58 UTC 2005
Author: florin
Date: 2005-06-12 10:45:58 +0000 (Sun, 12 Jun 2005)
New Revision: 15340
Modified:
moonbase/trunk/kernel/linux-2.6/BUILD
moonbase/trunk/kernel/linux-2.6/DEPENDS
Log:
small tweaks.
Modified: moonbase/trunk/kernel/linux-2.6/BUILD
===================================================================
--- moonbase/trunk/kernel/linux-2.6/BUILD 2005-06-12 10:42:05 UTC (rev 15339)
+++ moonbase/trunk/kernel/linux-2.6/BUILD 2005-06-12 10:45:58 UTC (rev 15340)
@@ -25,13 +25,12 @@
LD_PRELOAD= cp .config $CONFIG_CACHE/.config.2.6.stable
rm -f arch/i386/boot/bzImage
-
- make ${MAKES:+-j$MAKES} bzImage &&
- make ${MAKES:+-j$MAKES} modules &&
- backup_mods_krnl $VERSION &&
- prepare_install &&
- make modules_install &&
- cp arch/i386/boot/bzImage /boot/$VERSION &&
+ make ${MAKES:+-j$MAKES} bzImage &&
+ make ${MAKES:+-j$MAKES} modules &&
+ backup_mods_krnl $VERSION &&
+ prepare_install &&
+ make modules_install &&
+ cp arch/i386/boot/bzImage /boot/$VERSION &&
cp System.map /boot/System.map-$VERSION
) > $C_FIFO 2>&1
Modified: moonbase/trunk/kernel/linux-2.6/DEPENDS
===================================================================
--- moonbase/trunk/kernel/linux-2.6/DEPENDS 2005-06-12 10:42:05 UTC (rev 15339)
+++ moonbase/trunk/kernel/linux-2.6/DEPENDS 2005-06-12 10:45:58 UTC (rev 15340)
@@ -1,2 +1,2 @@
-depends autoconf &&
+depends autoconf &&
depends module-init-tools
More information about the Lunar-commits
mailing list