gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH 1/3] Fixes scons post-cleanup in devtools/sizes.


From: Fred Wright
Subject: [gpsd-dev] [PATCH 1/3] Fixes scons post-cleanup in devtools/sizes.
Date: Thu, 14 Apr 2016 19:54:19 -0700

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(-)

diff --git a/devtools/sizes b/devtools/sizes
index 9bd555a..b8afa6e 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
 
-- 
2.8.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]