diff options
author | John Mylchreest <johnm@gentoo.org> | 2003-08-07 22:29:53 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2003-08-07 22:29:53 +0000 |
commit | df280cfdff48400ecea71edee76154b2e66ec81c (patch) | |
tree | ef01148370c01fe862784a31f71e4a84fe3131d1 /eclass | |
parent | Patch fix! (diff) | |
download | gentoo-2-df280cfdff48400ecea71edee76154b2e66ec81c.tar.gz gentoo-2-df280cfdff48400ecea71edee76154b2e66ec81c.tar.bz2 gentoo-2-df280cfdff48400ecea71edee76154b2e66ec81c.zip |
echo > /tmp/KV security issue. removed completely for further
discussion. relating to genkernel
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/kernel.eclass b/eclass/kernel.eclass index a04cfe437b4a..be92e1a78d16 100644 --- a/eclass/kernel.eclass +++ b/eclass/kernel.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.30 2003/07/23 18:03:31 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.31 2003/08/07 22:29:53 johnm Exp $ # # This eclass contains the common functions to be used by all lostlogic # based kernel ebuilds @@ -60,8 +60,6 @@ kernel_exclude() { } kernel_universal_unpack() { - - echo "KV=${KV}" > /tmp/KV find . -iname "*~" | xargs rm 2> /dev/null # Gentoo Linux uses /boot, so fix 'make install' to work properly |