diff options
author | John Mylchreest <johnm@gentoo.org> | 2004-01-25 22:00:52 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2004-01-25 22:00:52 +0000 |
commit | 538ab53f75b21c6d99cfb71f8a2c265ca72a7023 (patch) | |
tree | aa47cf4dc6e012c01d85e1595c8eaa770759a78d /eclass | |
parent | Added patch to fix compilation using gcc2. Patch submitted to us in bug #393... (diff) | |
download | gentoo-2-538ab53f75b21c6d99cfb71f8a2c265ca72a7023.tar.gz gentoo-2-538ab53f75b21c6d99cfb71f8a2c265ca72a7023.tar.bz2 gentoo-2-538ab53f75b21c6d99cfb71f8a2c265ca72a7023.zip |
updating comments
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index e327dc145af6..e22f56d012e7 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.19 2004/01/25 21:58:26 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.20 2004/01/25 22:00:52 johnm Exp $ # kernel.eclass rewrite for a clean base regarding the 2.6 series of kernel # with back-compatibility for 2.4 @@ -28,6 +28,7 @@ # UNIPATCH_LIST - space delimetered list of patches to be applied to the kernel # UNIPATCH_EXCLUDE - an addition var to support exlusion based completely on "<passedstring>*" and not "<passedno#>_*" + - this should _NOT_ be used from the ebuild as this is reserved for end users passing excludes from the cli # UNIPATCH_DOCS - space delimemeted list of docs to be installed to the doc dir # UNIPATCH_STRICTORDER - if this is set places patches into directories of order, so they are applied in the order passed |