summaryrefslogtreecommitdiff
path: root/build.txt
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-13 01:01:31 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-13 01:01:31 -0500
commitb216cc9a8172b070ac98c872c094a6ab3bbba724 (patch)
tree04560de3af12cf70c96d64dd7bfecb77ff7b7f99 /build.txt
parent7c583e5102555273df415bc7e12f3e48c07f473d (diff)
downloadgpsd-b216cc9a8172b070ac98c872c094a6ab3bbba724.tar.gz
Documentation update.
Diffstat (limited to 'build.txt')
-rw-r--r--build.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.txt b/build.txt
index 7e97b48a..9ca87e4c 100644
--- a/build.txt
+++ b/build.txt
@@ -10,7 +10,7 @@ guidance on how to cross-build the package.
Under Linux, assuming you have all your build prerequisites in place,
this line will do:
- scons && scons testregress && sudo scons udev-install
+ scons && scons check && sudo scons udev-install
If you get any errors, you need to read the detailed instructions that follow.
@@ -234,10 +234,10 @@ won't try building the documentation. The actual fix is to install
DocBook on your machine so there will be a local copy of the
stylesheet where xmlto can find it.
-After building, please run 'scons testregress' to test the correctness
+After building, please run 'scons check' to test the correctness
of the build. It is not necessary to install first, but you do need
to have "." in your $PATH to run regressions uninstalled. Python is
-required for regression tests. If any of the tests fail, you probavly
+required for regression tests. If any of the tests fail, you probably
have a toolchain issue. The most common such problem is issues with
strict C99 conformance in floating-point libraries.