Better message.

This commit is contained in:
Jussi Pakkanen 2013-01-02 00:56:46 +02:00
parent e01200a4ab
commit 715b83c134
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class ShellGenerator():
commands += linker.get_output_flags()
commands.append(outname)
quoted = shell_quote(commands)
outfile.write('\necho Linking \\"%s\\".\n' % outname)
outfile.write('\necho Linking \\"%s\\".\n' % target.get_basename())
outfile.write(' '.join(quoted) + ' || exit\n')
def get_target_dir(self, target):