projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ce07e7
)
remove stray debugging stuff
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 29 Aug 2010 12:39:45 +0000
(14:39 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 29 Aug 2010 12:39:45 +0000
(14:39 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/mkconfigs
patch
|
blob
|
history
diff --git
a/scripts/mkconfigs
b/scripts/mkconfigs
index 38d7ac0541bc3ad1c47d90117b72084078513e53..47ac53330854efa3a32dcd17e20c96f379044277 100755
(executable)
--- a/
scripts/mkconfigs
+++ b/
scripts/mkconfigs
@@
-64,7
+64,8
@@
echo "\
static const char bbconfig_config_bz2[] ALIGN1 = {"
grep '^#\? \?CONFIG_' "$config" \
-| bzip2 -1 | tee z.bz2 | dd bs=2 skip=1 2>/dev/null | od -v -t x1 \
+| bzip2 -1 | dd bs=2 skip=1 2>/dev/null \
+| od -v -t x1 \
| sed -e 's/^[^ ]*//' \
-e 's/ //g' \
-e '/^$/d' \