Skip to content

Commit

Permalink
scripts/trylink: libbusybox fix
Browse files Browse the repository at this point in the history
gcc 6.1.1 can emit empty line with spaces

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
  • Loading branch information
Denys Vlasenko committed Jun 20, 2016
1 parent df3ec0e commit ea9ebc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/trylink
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ if test "$CONFIG_FEATURE_INDIVIDUAL" = y; then
echo "Linking individual applets against libbusybox (see $sharedlib_dir/*)"
gcc -DNAME_MAIN -E -include include/autoconf.h include/applets.h \
| grep -v "^#" \
| grep -v "^$" \
| grep -v "^ *$" \
> applet_lst.tmp
while read name main junk; do

Expand Down

0 comments on commit ea9ebc0

Please sign in to comment.