From d98f418c24f3bf065825803f0eb6bf566b961b05 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 9 Jul 2012 14:37:26 -0700 Subject: [PATCH] remove silent from all scons commands --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 863b547bc..d88e216bb 100755 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ install: @python scons/scons.py --config=cache --implicit-deps-unchanged --max-drift=1 install mapnik: - @python scons/scons.py --silent --config=cache --implicit-deps-unchanged --max-drift=1 + @python scons/scons.py --config=cache --implicit-deps-unchanged --max-drift=1 clean: python scons/scons.py -c --config=cache --implicit-deps-unchanged --max-drift=1 @@ -15,7 +15,7 @@ reset: if test -e "config.cache"; then rm "config.cache"; fi uninstall: - python scons/scons.py --silent --config=cache --implicit-deps-unchanged --max-drift=1 uninstall + python scons/scons.py --config=cache --implicit-deps-unchanged --max-drift=1 uninstall test: @echo "*** Running visual tests..."