summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct6
-rw-r--r--build.txt2
2 files changed, 4 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index 3364e9d5..95a1f2b8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -49,7 +49,7 @@ formserver = "www@mainframe.cx"
devmail = "gpsd-dev@lists.nongnu.org"
# Hosting information ends here
-EnsureSConsVersion(1,2,0)
+EnsureSConsVersion(2,0,1)
import copy, os, sys, commands, glob, re, platform, time
from distutils import sysconfig
@@ -222,8 +222,8 @@ for flags in ["LDFLAGS", "LINKFLAGS", "SHLINKFLAGS", "CPPFLAGS"]:
env['SRCDIR'] = '.'
def announce(msg):
- # When we find out how to access the --quiet flag, we use that here
- print msg
+ if not env.GetOption("silent"):
+ print msg
# define a helper function for pkg-config - we need to pass
# --static for static linking, too.
diff --git a/build.txt b/build.txt
index 65dadf79..7974fa1b 100644
--- a/build.txt
+++ b/build.txt
@@ -28,7 +28,7 @@ passes all regression tests. If -Wmissing-field-initializers or
its non-gcc equivalent is set you will get a lot of warnings;
this is due to generated code and cannot be fixed.
-You will need scons version 1.2.0 or later to build the code. The
+You will need scons version 2.0.1 or later to build the code. The
autotools build from 2.96 and earlier versions has been dropped.
While Python is required to build GPSD from source (the build uses