summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-24 21:21:50 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-24 21:21:50 -0500
commit138b59f03d5f6e25f75803af09fcd3e184112871 (patch)
tree71f08411beb9cea55acb94cb46876d4c08f87b04 /SConstruct
parentda7b0a9aec7b3f4ccfbfed288ed3320765e77f0c (diff)
downloadgpsd-138b59f03d5f6e25f75803af09fcd3e184112871.tar.gz
Templated control will be removed by scons -c.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 51255a1c..b8025bbc 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1874,7 +1874,6 @@ if os.path.exists("gpsd.c") and os.path.exists(".gitignore"):
# Experimental release mechanics using shipper
# This will ship a freecode metadata update
- # FIXME: No cleanup of generated control yet.
Utility("ship", [tarball, "control"], ['shipper version=%s | sh -e -x' % gpsd_version])
# The following sets edit modes for GNU EMACS