summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-12-27 19:31:44 -0800
committerGary E. Miller <gem@rellim.com>2018-12-27 19:31:44 -0800
commit20845f4a6741e6c925dd386245ecfe5bee44b3fd (patch)
tree51c36210e4afaba92664e38a906236665bc98072 /SConstruct
parent98bcfdd589faa04ac9451e89dbca9cdb90fc9665 (diff)
downloadgpsd-20845f4a6741e6c925dd386245ecfe5bee44b3fd.tar.gz
SConstruct: Make "scons -c" clean scons config temp files. Issue #55294
Remove: .sconf_temp, .scons-option-cache, and config.log
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 38c1b689..c9a76957 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2565,6 +2565,8 @@ env.Clean(clean_misc, glob.glob('*.[0-8]'))
# Other misc items
env.Clean(clean_misc, ['config.log', 'contrib/ppscheck', 'contrib/clock_test',
'TAGS'])
+# Clean scons state files
+env.Clean(clean_misc, ['.sconf_temp', '.scons-option-cache', 'config.log'])
# Nuke scons state files
sconsclean = Utility("sconsclean", '',