projects
/
platform
/
upstream
/
toybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fcd90b
)
Fix --help for single.sh builds.
author
Rob Landley
<rob@landley.net>
Sat, 14 Feb 2015 20:54:36 +0000
(14:54 -0600)
committer
Rob Landley
<rob@landley.net>
Sat, 14 Feb 2015 20:54:36 +0000
(14:54 -0600)
scripts/single.sh
patch
|
blob
|
history
diff --git
a/scripts/single.sh
b/scripts/single.sh
index
ce8695c
..
a151047
100755
(executable)
--- a/
scripts/single.sh
+++ b/
scripts/single.sh
@@
-26,7
+26,7
@@
do
make allnoconfig > /dev/null &&
sed -ri -e "s/CONFIG_TOYBOX=y/# CONFIG_TOYBOX is not set/;t" \
- -e "s/# (CONFIG_(TOYBOX(|_HELP|_I18N|_FLOAT)|$NAME|${NAME}_.*${DEPENDS:+|$DEPENDS})) is not set/\1=y/" \
+ -e "s/# (CONFIG_(TOYBOX(|_HELP
.*
|_I18N|_FLOAT)|$NAME|${NAME}_.*${DEPENDS:+|$DEPENDS})) is not set/\1=y/" \
"$KCONFIG_CONFIG" &&
make &&
mv toybox $PREFIX$i || exit 1