summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-25 22:12:51 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-25 22:12:51 -0400
commit39c541a1a8b7f700dd4d04fc07cffb43889a92da (patch)
tree3a634de9f4f771d2c9fa7560d584ab11916fe991 /SConstruct
parentbc04e7571a64a572a6874cdd84d317b9fe5ab28c (diff)
downloadgpsd-39c541a1a8b7f700dd4d04fc07cffb43889a92da.tar.gz
Version bump, pychecker fixes and installation-procedure tweaks.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 4e2a3043..05b21ea9 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1196,7 +1196,7 @@ Utility("cppcheck", ["gpsd.h", "packet_names.h"],
# Sanity-check Python code. TODO: add xgps for the complete set.
Utility("pychecker", ["jsongen.py", "maskaudit.py"],
['''for f in gpsprof gpscat gpsfake gegps; do ln -s $$f $$f.py; done; \
- pychecker --no-callinit jsongen.py leapsecond.py maskaudit.py gpsprof.py gpscat.py gpsfake.py gegps.py gps/*.py;
+ pychecker --no-classattr --no-callinit jsongen.py leapsecond.py maskaudit.py gpsprof.py gpscat.py gpsfake.py gegps.py gps/*.py;
for f in gpsprof gpscat gpsfake gegps; do rm $$f.py $$f.pyc; done'''])
# Check the documentation for bogons, too