diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-07 14:14:26 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-07 14:14:26 +0200 |
commit | 729ecb87bfbbaf9250837d8b8748503c5e97bfd6 (patch) | |
tree | c269d39f4d929671e12ca2dfba90814e3b6f9976 /scripts | |
parent | 121fb9506bcade96b6fb8b1dbcbbb7699bfb1a9d (diff) | |
download | busybox-w32-729ecb87bfbbaf9250837d8b8748503c5e97bfd6.tar.gz busybox-w32-729ecb87bfbbaf9250837d8b8748503c5e97bfd6.tar.bz2 busybox-w32-729ecb87bfbbaf9250837d8b8748503c5e97bfd6.zip |
bbconfig: make it independent from printf functions
function old new delta
full_write2_str - 25 +25
full_write1_str - 25 +25
clear_main 21 20 -1
telnet_main 1488 1477 -11
getty_main 1932 1918 -14
full_write22_str 25 - -25
------------------------------------------------------------------------------
(add/remove: 2/1 grow/shrink: 0/3 up/down: 50/-51) Total: -1 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mkconfigs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/mkconfigs b/scripts/mkconfigs index 0d1771a36..ef6ae8aaf 100755 --- a/scripts/mkconfigs +++ b/scripts/mkconfigs | |||
@@ -42,9 +42,8 @@ echo "\ | |||
42 | * | 42 | * |
43 | * This file is generated automatically by scripts/mkconfigs. | 43 | * This file is generated automatically by scripts/mkconfigs. |
44 | * Do not edit. | 44 | * Do not edit. |
45 | * | ||
46 | */ | 45 | */ |
47 | static const char *const bbconfig_config =" | 46 | static const char bbconfig_config[] =" |
48 | 47 | ||
49 | sed 's/\"/\\\"/g' $config | grep "^#\? \?CONFIG_" | awk '{print "\"" $0 "\\n\"";}' | 48 | sed 's/\"/\\\"/g' $config | grep "^#\? \?CONFIG_" | awk '{print "\"" $0 "\\n\"";}' |
50 | 49 | ||