summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am7
-rw-r--r--devtools/README5
-rwxr-xr-xmaskaudit.py (renamed from devtools/maskaudit)0
3 files changed, 4 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index 17d6649d..0fe2374d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -206,9 +206,9 @@ ais_json.i: jsongen.py
$(srcdir)/jsongen.py --ais --target=parser >ais_json.i
chmod a-w $(srcdir)/ais_json.i
-maskdump.c: gpsd.h-tail devtools/maskaudit
+maskdump.c: gpsd.h-tail maskaudit.py
rm -f $(srcdir)/maskdump.c
- $(srcdir)/devtools/maskaudit -c >maskdump.c
+ $(srcdir)/maskaudit.py -c >maskdump.c
chmod a-w $(srcdir)/maskdump.c
libgps_la_SOURCES = $(libgpsd_c_sources) $(libgpsd_h_sources) \
@@ -358,13 +358,14 @@ include_HEADERS = gps.h libgpsmm.h
# tarball in order for 'make diat-rpm' to work.
EXTRA_DIST = \
autogen.sh \
- jsongen.py \
README \
INSTALL \
COPYING \
TODO \
NEWS \
AUTHORS \
+ jsongen.py \
+ maskaudit.py \
dgpsip-servers \
test_float.c \
gpsd.php \
diff --git a/devtools/README b/devtools/README
index f9c7cb5f..5b9cc2f0 100644
--- a/devtools/README
+++ b/devtools/README
@@ -42,11 +42,6 @@ Gets the current leap-second correction forom IERS and/or the USNO.
Extract pure NMEA from an emailed gpsd error log. The output can be fed
to gpsfake.
-** maskaudit
-
-# Report on which status masks are used in the daemon vs. the client-side
-# library.
-
** regress-builder
This script runs an exhaustive test on combinations of compilation options,
diff --git a/devtools/maskaudit b/maskaudit.py
index adc6231a..adc6231a 100755
--- a/devtools/maskaudit
+++ b/maskaudit.py