Don’t display boring configure arguments
This commit is contained in:
parent
cd4337f917
commit
3cda43a681
@ -465,7 +465,9 @@ protected
|
|||||||
# Pretty titles the command and buffers stdout/stderr
|
# Pretty titles the command and buffers stdout/stderr
|
||||||
# Throws if there's an error
|
# Throws if there's an error
|
||||||
def system cmd, *args
|
def system cmd, *args
|
||||||
ohai "#{cmd} #{args*' '}".strip
|
pretty_args = args
|
||||||
|
args.delete "--disable-dependency-tracking" if cmd == "./configure"
|
||||||
|
ohai "#{cmd} #{pretty_args*' '}".strip
|
||||||
|
|
||||||
if ARGV.verbose?
|
if ARGV.verbose?
|
||||||
safe_system cmd, *args
|
safe_system cmd, *args
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user