trylink: emit names of linked executables

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2014-05-03 16:35:15 +02:00
parent 1e3cce6814
commit e3366d696c

View File

@ -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