winebuild: Print the nm command in verbose mode.
Signed-off-by: Martin Storsjo <martin@martin.st> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9ee154066a
commit
f098cd6d3a
@ -548,6 +548,8 @@ void read_undef_symbols( DLLSPEC *spec, char **argv )
|
|||||||
name = ldcombine_files( spec, argv );
|
name = ldcombine_files( spec, argv );
|
||||||
|
|
||||||
cmd = strmake( "%s -u %s", prog, name );
|
cmd = strmake( "%s -u %s", prog, name );
|
||||||
|
if (verbose)
|
||||||
|
fprintf( stderr, "%s\n", cmd );
|
||||||
if (!(f = popen( cmd, "r" )))
|
if (!(f = popen( cmd, "r" )))
|
||||||
fatal_error( "Cannot execute '%s'\n", cmd );
|
fatal_error( "Cannot execute '%s'\n", cmd );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user