summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-10-08 18:43:19 -0700
committerGary E. Miller <gem@rellim.com>2018-10-08 18:43:19 -0700
commitd074afe174592986aadab61cbc19ac2e079b1aae (patch)
treece12467113d562167c7221fd0bc2ced3073105d0 /SConstruct
parent96da3e1eb57a86cbab4ad680b85da932f6b4eb24 (diff)
downloadgpsd-d074afe174592986aadab61cbc19ac2e079b1aae.tar.gz
SConstruct: remove SourceCode()
Scons says: "warning: SourceCode() has been deprecated and there is no replacement." Did not seem important, a minor speed-up is lost.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 0 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index db61183b..7ab79bd6 100644
--- a/SConstruct
+++ b/SConstruct
@@ -450,9 +450,6 @@ if 'CCFLAGS' not in os.environ:
# We are POSIX 2001, tell the world
# env.Append(CFLAGS=['-D_POSIX_C_SOURCE=200112L'])
-# Get a slight speedup by not doing automatic RCS and SCCS fetches.
-env.SourceCode('.', None)
-
# Cross-development
devenv = (("ADDR2LINE", "addr2line"),