diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-14 00:15:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-14 00:15:07 +0000 |
commit | 6ac810eeec778c39d73a75ce6343f5d284f31586 (patch) | |
tree | ccb03b4fb5d3df508b89edb6dc4968790b2e8456 /eclass | |
parent | sh love (diff) | |
download | historical-6ac810eeec778c39d73a75ce6343f5d284f31586.tar.gz historical-6ac810eeec778c39d73a75ce6343f5d284f31586.tar.bz2 historical-6ac810eeec778c39d73a75ce6343f5d284f31586.zip |
document ~ in CONFIG_CHECK
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/linux-info.eclass | 5 |
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 |