diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-03-18 02:53:42 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-03-18 02:53:42 +0000 |
commit | 497092360c3a2628b0dedcf5cf3bb6bbe931df27 (patch) | |
tree | 420832b71f3c44a9bc09bb9fb59c68946b2ce250 /sys-kernel | |
parent | new net-im stuff from jgagnon (diff) | |
download | historical-497092360c3a2628b0dedcf5cf3bb6bbe931df27.tar.gz historical-497092360c3a2628b0dedcf5cf3bb6bbe931df27.tar.bz2 historical-497092360c3a2628b0dedcf5cf3bb6bbe931df27.zip |
new kernel updates
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/linux-sources/linux-sources-2.4.2-r3.ebuild (renamed from sys-kernel/linux-sources/linux-sources-2.4.2-r2.ebuild) | 20 | ||||
-rw-r--r-- | sys-kernel/linux/linux-2.4.2-r3.ebuild (renamed from sys-kernel/linux/linux-2.4.2-r2.ebuild) | 20 |
2 files changed, 20 insertions, 20 deletions
diff --git a/sys-kernel/linux-sources/linux-sources-2.4.2-r2.ebuild b/sys-kernel/linux-sources/linux-sources-2.4.2-r3.ebuild index 211c1f6f9634..682deee63dfe 100644 --- a/sys-kernel/linux-sources/linux-sources-2.4.2-r2.ebuild +++ b/sys-kernel/linux-sources/linux-sources-2.4.2-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.2-r2.ebuild,v 1.2 2001/03/10 00:21:26 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.2-r3.ebuild,v 1.1 2001/03/18 02:53:42 drobbins Exp $ S=${WORKDIR}/linux #OKV=original kernel version, KV=patched kernel version @@ -105,13 +105,15 @@ src_unpack() { cd ${WORKDIR} chown -R 0.0 linux chmod -R a+r-w+X,u+w linux + + #get ready for compilation + cd ${S} + try make symlinks + try make include/linux/version.h } src_compile() { - - try make symlinks - - #LVM tools are included even in the linux-sources package + #LVM tools are included even in the linux-sources package cd ${S}/extras/LVM/${LVMV} # I had to hack this in so that LVM will look in the current linux @@ -122,7 +124,7 @@ src_compile() { if [ "$PN" != "linux" ] then - return + return fi cd ${S} @@ -242,15 +244,13 @@ pkg_postinst() { /usr/sbin/snddevices #needs to get fixed for devfs fi - fi - #create .config file only if one doesn't already exist - if [ "$PN" = "linux-sources" ] - then + else cd ${ROOT}usr/src/linux if [ ! -e .config ] then cp .config.eg .config fi + make clean fi } diff --git a/sys-kernel/linux/linux-2.4.2-r2.ebuild b/sys-kernel/linux/linux-2.4.2-r3.ebuild index 09f6dc419433..94e8c524e44e 100644 --- a/sys-kernel/linux/linux-2.4.2-r2.ebuild +++ b/sys-kernel/linux/linux-2.4.2-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux/linux-2.4.2-r2.ebuild,v 1.2 2001/03/10 00:21:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux/linux-2.4.2-r3.ebuild,v 1.1 2001/03/18 02:53:41 drobbins Exp $ S=${WORKDIR}/linux #OKV=original kernel version, KV=patched kernel version @@ -105,13 +105,15 @@ src_unpack() { cd ${WORKDIR} chown -R 0.0 linux chmod -R a+r-w+X,u+w linux + + #get ready for compilation + cd ${S} + try make symlinks + try make include/linux/version.h } src_compile() { - - try make symlinks - - #LVM tools are included even in the linux-sources package + #LVM tools are included even in the linux-sources package cd ${S}/extras/LVM/${LVMV} # I had to hack this in so that LVM will look in the current linux @@ -122,7 +124,7 @@ src_compile() { if [ "$PN" != "linux" ] then - return + return fi cd ${S} @@ -242,15 +244,13 @@ pkg_postinst() { /usr/sbin/snddevices #needs to get fixed for devfs fi - fi - #create .config file only if one doesn't already exist - if [ "$PN" = "linux-sources" ] - then + else cd ${ROOT}usr/src/linux if [ ! -e .config ] then cp .config.eg .config fi + make clean fi } |