1060c1060
< if not GetOption('verbose'):
---
> if GetOption('verbose'):
1197c1197,1198
< print "Building in", variant_path
---
> if not GetOption('silent'):
> print "Building in", variant_path
1215c1216,1217
< print "Using saved variables file %s" % current_vars_file
---
> if not GetOption('silent'):
> print "Using saved variables file %s" % current_vars_file