summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-14 00:15:07 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-14 00:15:07 +0000
commitb31381daeff00a915d08f399e509e14c74949c39 (patch)
treef92738ce9f8014273547aeaff030b3c0c9220fea /eclass/linux-info.eclass
parentVersion bump from upstream (diff)
downloadgentoo-2-b31381daeff00a915d08f399e509e14c74949c39.tar.gz
gentoo-2-b31381daeff00a915d08f399e509e14c74949c39.tar.bz2
gentoo-2-b31381daeff00a915d08f399e509e14c74949c39.zip
document ~ in CONFIG_CHECK
Diffstat (limited to 'eclass/linux-info.eclass')
-rw-r--r--eclass/linux-info.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass
index 15e93e3560c8..e7987f170f72 100644
--- a/eclass/linux-info.eclass
+++ b/eclass/linux-info.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.36 2006/01/01 01:14:59 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.37 2006/01/14 00:15:07 vapier Exp $
#
# Description: This eclass is used as a central eclass for accessing kernel
# related information for sources already installed.
@@ -24,6 +24,7 @@
# You can also check that an option doesn't exist by
# prepending it with an exclamation mark (!).
# ie: CONFIG_CHECK="!MTRR"
+# To simply warn about a missing option, prepend a '~'.
# ERROR_CFG <string> The error message to display when the above check
# fails. <CFG> should reference the appropriate option
# as above. ie: ERROR_MTRR="MTRR exists in the .config