From 93bf0f900172baf744657342bff7c59bd1e0289c Mon Sep 17 00:00:00 2001 From: Fred Wright Date: Thu, 14 Apr 2016 19:54:19 -0700 Subject: 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. --- devtools/sizes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools/sizes') 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 -- cgit v1.2.1