aboutsummaryrefslogtreecommitdiff
path: root/scripts/mkconfigs
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-02-03 12:50:41 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-02-03 12:50:41 +0000
commita5c5ae03eb407e94a15f2455baaee6e2415a8ec5 (patch)
treebd749bfaeb8d053a567114fddbf5e7033629fb8c /scripts/mkconfigs
parent37c8f36357143efeff67c0187172541ac21874b5 (diff)
downloadbusybox-a5c5ae03eb407e94a15f2455baaee6e2415a8ec5.tar.gz
add TODO
Diffstat (limited to 'scripts/mkconfigs')
-rwxr-xr-xscripts/mkconfigs4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/mkconfigs b/scripts/mkconfigs
index fda9de72f..737ccb428 100755
--- a/scripts/mkconfigs
+++ b/scripts/mkconfigs
@@ -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 */"