[Lunar-commits] <moonbase> linux-2.6-mm: move it from zdeprecated to crater.
Florin Braescu
florin at lunar-linux.org
Wed Jan 11 18:15:24 CET 2012
commit 16c99f5c6d42d81f6991ec06acc34c68908c76f3
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Jan 11 18:15:24 2012 +0100
linux-2.6-mm: move it from zdeprecated to crater.
---
zdeprecated/linux-2.6-mm/BUILD | 38 ---------------------------------
zdeprecated/linux-2.6-mm/CONFIGURE | 11 ---------
zdeprecated/linux-2.6-mm/DEPENDS | 1 -
zdeprecated/linux-2.6-mm/DETAILS | 22 -------------------
zdeprecated/linux-2.6-mm/POST_INSTALL | 10 --------
zdeprecated/linux-2.6-mm/PRE_BUILD | 24 --------------------
6 files changed, 0 insertions(+), 106 deletions(-)
diff --git a/zdeprecated/linux-2.6-mm/BUILD b/zdeprecated/linux-2.6-mm/BUILD
deleted file mode 100644
index b8ed38f..0000000
--- a/zdeprecated/linux-2.6-mm/BUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-cd /usr/src/linux/
-
-while
-if [ "$CONFIG_KERNEL" == "y" ]; then
- if [ "$PREFER_XCONFIG" == "y" -a -n "$DISPLAY" ]; then
- make xconfig || make menuconfig || make config
- elif [ "$PREFER_MENUCONFIG" == "y" ]; then
- make menuconfig || make config
- else
- make config
- fi
- if ! query "Repeat configuration?" n; then
- CONFIG_KERNEL=n
- fi
-else
- false
-fi
- do
- true
-done
-
-(
-
- MYARCH="`arch | grep -qw i.86 && echo i386 || arch`"
-
- cp /usr/src/linux/.config $CONFIG_CACHE/.config-2.6-mm
- 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 &&
-
- cp arch/$MYARCH/boot/bzImage /boot/${VERSION} &&
- cp System.map /boot/System.map-${VERSION}
-
-) > $C_FIFO 2>&1
diff --git a/zdeprecated/linux-2.6-mm/CONFIGURE b/zdeprecated/linux-2.6-mm/CONFIGURE
deleted file mode 100644
index 8fa5719..0000000
--- a/zdeprecated/linux-2.6-mm/CONFIGURE
+++ /dev/null
@@ -1,11 +0,0 @@
-mquery PREFER_XCONFIG "Do you prefer xconfig over menuconfig?" n
-
-if [ "`get_module_config PREFER_XCONFIG`" = "y" ]; then
- set_module_config "PREFER_MENUCONFIG" "n" ;
-else
- mquery PREFER_MENUCONFIG "Do you prefer menuconfig over config?" y
-fi
-
-unset_module_config CONFIG_KERNEL
-mquery CONFIG_KERNEL "Configure linux kernel?" n
-
diff --git a/zdeprecated/linux-2.6-mm/DEPENDS b/zdeprecated/linux-2.6-mm/DEPENDS
deleted file mode 100644
index abd2c77..0000000
--- a/zdeprecated/linux-2.6-mm/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends module-init-tools
diff --git a/zdeprecated/linux-2.6-mm/DETAILS b/zdeprecated/linux-2.6-mm/DETAILS
deleted file mode 100644
index 2c8d5fd..0000000
--- a/zdeprecated/linux-2.6-mm/DETAILS
+++ /dev/null
@@ -1,22 +0,0 @@
- MODULE=linux-2.6-mm
- VERSION=2.6.27-rc1-mm1
- KERNEL_VERSION=2.6.26
- PATCH_VERSION=2.6.27-rc1
-SOURCE_DIRECTORY=/usr/src/linux-$VERSION
- SOURCE=linux-$KERNEL_VERSION.tar.bz2
- SOURCE2=patch-$PATCH_VERSION.bz2
- SOURCE3=2.6.27-rc1-mm1.bz2
- SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/
- SOURCE_URL[1]=http://kernel.org/pub/linux/kernel/v2.6/
- SOURCE2_URL=http://kernel.org/pub/linux/kernel/v2.6/testing/
- SOURCE3_URL=http://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/$PATCH_VERSION/$VERSION/
- ENTERED=20041013
- UPDATED=20080801
- SHORT="2.6 kernel with Andrew Morton's latest test patches."
-KEEP_SOURCE=on
-TMPFS=off
-cat << EOF
-The -mm patches are a set of patches, released by Andrew Morton, against the
-official 2.6 kernel series. They are frequently more experimental in nature
-than the official series.
-EOF
diff --git a/zdeprecated/linux-2.6-mm/POST_INSTALL b/zdeprecated/linux-2.6-mm/POST_INSTALL
deleted file mode 100644
index aa5dbac..0000000
--- a/zdeprecated/linux-2.6-mm/POST_INSTALL
+++ /dev/null
@@ -1,10 +0,0 @@
-# Done to shorten the boot label for lilo
-LABEL=`echo ${VERSION} | sed 's/-//g'`
-
-update_bootloader ${VERSION} ${LABEL}
-
-# Reinstall packages that add their own kernel modules
-lin -c kernel-reqs
-
-mkdir -p /sys
-
diff --git a/zdeprecated/linux-2.6-mm/PRE_BUILD b/zdeprecated/linux-2.6-mm/PRE_BUILD
deleted file mode 100644
index 8387a6b..0000000
--- a/zdeprecated/linux-2.6-mm/PRE_BUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-cd /usr/src
-
-if [ -d $SOURCE_DIRECTORY ]; then
- message "Removing old -mm kernel source, conserving -mm .config"
- cp $SOURCE_DIRECTORY/.config /etc/lunar/local/.config-2.6-mm
- rm -rf $SOURCE_DIRECTORY
-fi
-
-validate_source_dir $SOURCE_DIRECTORY &&
-mk_source_dir $SOURCE_DIRECTORY &&
-rm -f /usr/src/linux &&
-ln -sf $SOURCE_DIRECTORY /usr/src/linux &&
-cd $SOURCE_DIRECTORY &&
-tar x --transform "s/linux-$KERNEL_VERSION\///" -f $SOURCE_CACHE/$SOURCE &&
-patch_it $SOURCE2 1 &&
-patch_it $SOURCE3 1 || exit 1
-
-for CONF in .config-2.6-mm .config.2.6.stable ; do
- if [ -f $CONFIG_CACHE/$CONF ]; then
- message "Importing $CONF as kernel default configuration"
- cp $CONFIG_CACHE/$CONF /usr/src/linux/.config
- break
- fi
-done
More information about the Lunar-commits
mailing list