summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorFred Wright <fw@fwright.net>2016-04-14 19:54:19 -0700
committerEric S. Raymond <esr@thyrsus.com>2016-04-16 04:26:33 -0400
commit93bf0f900172baf744657342bff7c59bd1e0289c (patch)
tree68ba974dae5ba3be99efa0f3aba8d960acdfc77b /devtools
parent3572ff3f090220021894ed02a7b577b5d286a05e (diff)
downloadgpsd-93bf0f900172baf744657342bff7c59bd1e0289c.tar.gz
Fixes scons post-cleanup in devtools/sizes.
I'd missed that there were two places doing cleaning. This applies the same fix to the second as was previouly applied to the first. TESTED: Ran and verified that the .sconf_temp directory is no longer left around.
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/sizes2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/sizes b/devtools/sizes
index 9bd555af..b8afa6ea 100755
--- a/devtools/sizes
+++ b/devtools/sizes
@@ -86,7 +86,7 @@ sizeit("Minimalist build, stripped to NMEA only with shm interface",
sizeit("Normal build, configure options defaulted", "normal", [])
os.system("size gpsd-*-build")
#os.system("rm gpsd-*-build gpsd.h-*")
-os.system("scons -c > /dev/null; rm -fr .scons*")
+os.system("scons -c > /dev/null; rm -fr .scon*")
#end