trylink: emit names of linked executables
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 3 May 2014 14:35:15 +0000 (16:35 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 3 May 2014 14:35:15 +0000 (16:35 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/trylink

index 85095235c8af13c4047455bc7cafff59ab5c9774..5da494fbba4cd3d2032e26b66644063d2eec806f 100755 (executable)
@@ -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