summaryrefslogtreecommitdiff
path: root/maskaudit.py
Commit message (Collapse)AuthorAgeFilesLines
* De-templatize three files that didn't need it.Eric S. Raymond2016-03-261-0/+158
|
* Generate jsongen.py and maskaudit.py from templates... Greg Troxel2009-11-211-104/+0
| | | | | | | | | | | ...so that @PYTHON@ can be substituted with the discovered path to python. Avoids the nonportable assumption that "/usr/bin/env python" will find python, because on pkgsrc systems python2.5 etc. are installed with no bare python to avoid programs binding to a version (and hence compiled extensions) that might change. This should cause no functional change on systems with 'python', and fix the build on pkgsrc-using systems.
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
| | | | | | | That is, instead of sectioning out two little config defines and putting them in. This makes gpsd.h self-copntained (e.g. in case it gets installed as a library header) and means we can get rid of most inclusions of it.
* Typo fix.Eric S. Raymond2009-11-111-1/+1
|
* Splint cleanup. All regression tests pass.Eric S. Raymond2009-11-111-1/+1
|
* whitespace, and fix the printing of empty masksChris Kuethe2009-11-071-10/+10
|
* maskaudit goes to the main directory, since it's now part of the normal build.Eric S. Raymond2009-10-261-0/+105