- add script to check for missing help entries of config options
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 4 May 2006 11:38:33 +0000 (11:38 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 4 May 2006 11:38:33 +0000 (11:38 -0000)
commit3916b2a560cadab2a6e97aff0d170ec4de88f0ab
tree673ba15680a0f72ef17c0a84940bc0430f205912
parent7c94bed2345008b4b62014a846488319a7af0727
- add script to check for missing help entries of config options
  Currently we have these errors:

./modutils/Config.in: No helptext for 'CONFIG_FEATURE_QUERY_MODULE_INTERFACE'
./networking/Config.in: No helptext for 'CONFIG_IPADDR'
./networking/Config.in: No helptext for 'CONFIG_IPLINK'
./networking/Config.in: No helptext for 'CONFIG_IPROUTE'
./networking/Config.in: No helptext for 'CONFIG_IPTUNNEL'
./coreutils/Config.in: No helptext for 'CONFIG_UNIX2DOS'
Makefile
scripts/checkhelp.awk [new file with mode: 0755]