clear out the config.cache on reset

This commit is contained in:
Dane Springmeyer 2011-12-16 18:24:38 -08:00
parent b2762b3a91
commit 8ae1518351

View file

@ -12,6 +12,7 @@ clean:
reset:
if test -e ".sconf_temp/"; then rm -r ".sconf_temp/"; fi
if test -e ".sconsign.dblite"; then rm ".sconsign.dblite"; fi
if test -e "config.cache"; then rm "config.cache"; fi
uninstall:
python scons/scons.py uninstall