also clear out stale object files than scons my no longer know about

This commit is contained in:
Dane Springmeyer 2012-12-07 02:31:05 -08:00
parent c0021d0760
commit f25626f678

View file

@ -16,6 +16,8 @@ mapnik:
clean: clean:
@python scons/scons.py -c --config=cache --implicit-cache --max-drift=1 @python scons/scons.py -c --config=cache --implicit-cache --max-drift=1
@if test -e ".sconsign.dblite"; then rm ".sconsign.dblite"; fi @if test -e ".sconsign.dblite"; then rm ".sconsign.dblite"; fi
@find ./ -name "*.os" -exec rm {} \;
@find ./ -name "*.o" -exec rm {} \;
distclean: distclean:
if test -e ".sconf_temp/"; then rm -r ".sconf_temp/"; fi if test -e ".sconf_temp/"; then rm -r ".sconf_temp/"; fi