diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-03 12:50:41 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-03 12:50:41 +0000 |
commit | a5c5ae03eb407e94a15f2455baaee6e2415a8ec5 (patch) | |
tree | bd749bfaeb8d053a567114fddbf5e7033629fb8c | |
parent | 37c8f36357143efeff67c0187172541ac21874b5 (diff) | |
download | busybox-w32-a5c5ae03eb407e94a15f2455baaee6e2415a8ec5.tar.gz busybox-w32-a5c5ae03eb407e94a15f2455baaee6e2415a8ec5.tar.bz2 busybox-w32-a5c5ae03eb407e94a15f2455baaee6e2415a8ec5.zip |
add TODO
-rwxr-xr-x | scripts/mkconfigs | 4 |
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 \ | |||
40 | * | 40 | * |
41 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 41 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
42 | * | 42 | * |
43 | * This file is generated automatically by scripts/config/mkconfigs. | 43 | * This file is generated automatically by scripts/mkconfigs. |
44 | * Do not edit. | 44 | * Do not edit. |
45 | * | 45 | * |
46 | */" | 46 | */" |
47 | 47 | ||
48 | echo "static const char * const bbconfig_config =" | 48 | echo "static const char * const bbconfig_config =" |
49 | # dash and probably ash produce wrong output (because of \n) | ||
50 | # TODO: check whether our ash is ok | ||
49 | echo "`sed 's/\"/\\\\\"/g' $config | grep "^#\? \?CONFIG_" | awk '{print "\\"" $0 "\\\\n\\"";}'`" | 51 | echo "`sed 's/\"/\\\\\"/g' $config | grep "^#\? \?CONFIG_" | awk '{print "\\"" $0 "\\\\n\\"";}'`" |
50 | echo ";" | 52 | echo ";" |
51 | echo "#endif /* _BBCONFIGOPTS_H */" | 53 | echo "#endif /* _BBCONFIGOPTS_H */" |