Skip to content

Commit

Permalink
trylink: emit names of linked executables
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
  • Loading branch information
Denys Vlasenko committed May 3, 2014
1 parent 1e3cce6 commit e3366d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/trylink
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ int main(int argc, char **argv)
}
rm -- "$sharedlib_dir/applet.c" $EXE.out
$STRIP -s --remove-section=.note --remove-section=.comment $EXE
# Let user see that we do something - list the names of created binaries:
echo "$EXE"

done <applet_lst.tmp
fi
Expand Down

0 comments on commit e3366d6

Please sign in to comment.