mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
also clear out stale object files than scons my no longer know about
This commit is contained in:
parent
c0021d0760
commit
f25626f678
2
Makefile
2
Makefile
@ -16,6 +16,8 @@ mapnik:
|
||||
clean:
|
||||
@python scons/scons.py -c --config=cache --implicit-cache --max-drift=1
|
||||
@if test -e ".sconsign.dblite"; then rm ".sconsign.dblite"; fi
|
||||
@find ./ -name "*.os" -exec rm {} \;
|
||||
@find ./ -name "*.o" -exec rm {} \;
|
||||
|
||||
distclean:
|
||||
if test -e ".sconf_temp/"; then rm -r ".sconf_temp/"; fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user