[Lunar-commits] <moonbase> linux-unstable: save .config file to .config.unstable

Florin Braescu florin at lunar-linux.org
Mon Jan 9 04:16:52 CET 2012


commit 67a66f6df1fa2f511af173ed449fb99baedc2bab
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Jan 9 04:16:52 2012 +0100

    linux-unstable: save .config file to .config.unstable
---
 kernel/linux-unstable/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/linux-unstable/BUILD b/kernel/linux-unstable/BUILD
index c9d632c..2c0a389 100644
--- a/kernel/linux-unstable/BUILD
+++ b/kernel/linux-unstable/BUILD
@@ -7,7 +7,7 @@
   FULL_VERSION=$(echo $VERSION | cut -d . -f 1,2).${PATCH_VERSION:-0}
 
   echo | make oldconfig
-  LD_PRELOAD= cp .config $CONFIG_CACHE/.config.current
+  LD_PRELOAD= cp .config $CONFIG_CACHE/.config.unstable
   rm -f arch/${MYARCH}/boot/bzImage
 
   make ${MAKES:+-j$MAKES} bzImage


More information about the Lunar-commits mailing list