mirror of https://github.com/mirror/busybox.git
trylink: emit names of linked executables
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_23_stable
parent
a875d59d24
commit
d257608a84
|
@ -300,6 +300,8 @@ int main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
rm -- "$sharedlib_dir/applet.c" $EXE.out
|
rm -- "$sharedlib_dir/applet.c" $EXE.out
|
||||||
$STRIP -s --remove-section=.note --remove-section=.comment $EXE
|
$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
|
done <applet_lst.tmp
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue