From: Denis Vlasenko Date: Tue, 26 Aug 2008 20:09:08 +0000 (-0000) Subject: trylink: make messages less confusing X-Git-Tag: 1_13_0~226 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b522d6931d16e9e8ef41fe8d9f23035ccf53270c;p=platform%2Fupstream%2Fbusybox.git trylink: make messages less confusing --- diff --git a/scripts/trylink b/scripts/trylink index adc045a..7a4a56d 100755 --- a/scripts/trylink +++ b/scripts/trylink @@ -141,12 +141,12 @@ while test "$LDLIBS"; do -Wl,--start-group $O_FILES $A_FILES -Wl,--end-group \ $l_list if test $? = 0; then - echo " Library $one is not needed" + echo " Library $one is not needed, excluding it" LDLIBS="$without_one" all_needed=false last_needed=false else - echo " Library $one is needed" + echo " Library $one is needed, can't exclude it (yet)" last_needed=true fi done