diff options
| author | Ron Yorston <rmy@pobox.com> | 2014-05-06 20:41:10 +0100 |
|---|---|---|
| committer | Ron Yorston <rmy@pobox.com> | 2014-05-06 20:41:10 +0100 |
| commit | d3bef66324a8ca5eed9ad7c15ead3a1cc9a9151e (patch) | |
| tree | 4b364ba4b6b9e96c2629fe382fef0248d76833dd /scripts/trylink | |
| parent | 7905d97aeece18da362a5a1e066abff2d2e5c16b (diff) | |
| parent | d257608a8429b64e1a04c7cb6d99975eeb2c3955 (diff) | |
| download | busybox-w32-d3bef66324a8ca5eed9ad7c15ead3a1cc9a9151e.tar.gz busybox-w32-d3bef66324a8ca5eed9ad7c15ead3a1cc9a9151e.tar.bz2 busybox-w32-d3bef66324a8ca5eed9ad7c15ead3a1cc9a9151e.zip | |
Merge branch 'busybox' into merge
Conflicts:
debianutils/which.c
editors/vi.c
libbb/executable.c
Diffstat (limited to 'scripts/trylink')
| -rwxr-xr-x | scripts/trylink | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/trylink b/scripts/trylink index e47169917..5da494fbb 100755 --- a/scripts/trylink +++ b/scripts/trylink | |||
| @@ -268,7 +268,7 @@ fi | |||
| 268 | 268 | ||
| 269 | if test "$CONFIG_FEATURE_INDIVIDUAL" = y; then | 269 | if test "$CONFIG_FEATURE_INDIVIDUAL" = y; then |
| 270 | echo "Linking individual applets against libbusybox (see $sharedlib_dir/*)" | 270 | echo "Linking individual applets against libbusybox (see $sharedlib_dir/*)" |
| 271 | gcc -DNAME_MAIN_CNAME -E -include include/autoconf.h include/applets.h \ | 271 | gcc -DNAME_MAIN -E -include include/autoconf.h include/applets.h \ |
| 272 | | grep -v "^#" \ | 272 | | grep -v "^#" \ |
| 273 | | grep -v "^$" \ | 273 | | grep -v "^$" \ |
| 274 | > applet_lst.tmp | 274 | > applet_lst.tmp |
| @@ -300,6 +300,8 @@ int main(int argc, char **argv) | |||
| 300 | } | 300 | } |
| 301 | rm -- "$sharedlib_dir/applet.c" $EXE.out | 301 | rm -- "$sharedlib_dir/applet.c" $EXE.out |
| 302 | $STRIP -s --remove-section=.note --remove-section=.comment $EXE | 302 | $STRIP -s --remove-section=.note --remove-section=.comment $EXE |
| 303 | # Let user see that we do something - list the names of created binaries: | ||
| 304 | echo "$EXE" | ||
| 303 | 305 | ||
| 304 | done <applet_lst.tmp | 306 | done <applet_lst.tmp |
| 305 | fi | 307 | fi |
