Better message.
This commit is contained in:
parent
e01200a4ab
commit
715b83c134
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue