From e18b4580cd72f1a8dcab581f7d58696e794cc4a6 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 6 Jul 2012 18:37:48 -0700 Subject: [PATCH] scons: install and clean should print output --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9eb3a50c4..863b547bc 100755 --- a/Makefile +++ b/Makefile @@ -1,13 +1,13 @@ all: mapnik install: - @python scons/scons.py --silent --config=cache --implicit-deps-unchanged --max-drift=1 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 clean: - python scons/scons.py --silent -c --config=cache --implicit-deps-unchanged --max-drift=1 + python scons/scons.py -c --config=cache --implicit-deps-unchanged --max-drift=1 reset: if test -e ".sconf_temp/"; then rm -r ".sconf_temp/"; fi