add TODO
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 3 Feb 2007 12:50:41 +0000 (12:50 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 3 Feb 2007 12:50:41 +0000 (12:50 -0000)
scripts/mkconfigs

index fda9de72f957aa5d2e9565b93a7c1b87d6d3791a..737ccb428f1f076d332f611da1d854739ffd5801 100755 (executable)
@@ -40,12 +40,14 @@ echo \
  *
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  *
- * This file is generated automatically by scripts/config/mkconfigs.
+ * This file is generated automatically by scripts/mkconfigs.
  * Do not edit.
  *
  */"
 
 echo "static const char * const bbconfig_config ="
+# dash and probably ash produce wrong output (because of \n)
+# TODO: check whether our ash is ok
 echo "`sed 's/\"/\\\\\"/g' $config | grep "^#\? \?CONFIG_" | awk '{print "\\"" $0 "\\\\n\\"";}'`"
 echo ";"
 echo "#endif /* _BBCONFIGOPTS_H */"