scons: install and clean should print output
This commit is contained in:
parent
b74738dd91
commit
e18b4580cd
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in a new issue