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
|
all: mapnik
|
||||||
|
|
||||||
install:
|
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:
|
mapnik:
|
||||||
@python scons/scons.py --silent --config=cache --implicit-deps-unchanged --max-drift=1
|
@python scons/scons.py --silent --config=cache --implicit-deps-unchanged --max-drift=1
|
||||||
|
|
||||||
clean:
|
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:
|
reset:
|
||||||
if test -e ".sconf_temp/"; then rm -r ".sconf_temp/"; fi
|
if test -e ".sconf_temp/"; then rm -r ".sconf_temp/"; fi
|
||||||
|
|
Loading…
Reference in a new issue