[Lunar-commits] <moonbase> linux-2.6-stable: save .config to .config.2.6.stable
Florin Braescu
florin at lunar-linux.org
Mon Jan 9 04:18:14 CET 2012
commit 70fd4334570f840acb43bcb5fef692a5dbaa55ad
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Jan 9 04:18:14 2012 +0100
linux-2.6-stable: save .config to .config.2.6.stable
---
kernel/linux-2.6-stable/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/linux-2.6-stable/BUILD b/kernel/linux-2.6-stable/BUILD
index c9d632c..c8e04ec 100644
--- a/kernel/linux-2.6-stable/BUILD
+++ b/kernel/linux-2.6-stable/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.2.6.stable
rm -f arch/${MYARCH}/boot/bzImage
make ${MAKES:+-j$MAKES} bzImage
More information about the Lunar-commits
mailing list