summaryrefslogtreecommitdiff
path: root/build.txt
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-04-16 11:41:43 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-04-16 11:41:43 -0400
commitc1bb958d4c4b73980355d5d24959f69bc46338be (patch)
tree4f53f61f75b53d24c3744e5319b219c5367b8f18 /build.txt
parentd7a5b2cf0dc06ff2b16022306b28eeb3279c065d (diff)
downloadgpsd-c1bb958d4c4b73980355d5d24959f69bc46338be.tar.gz
Head off atemps at scons '.' and scons -c '.', they won't work.
Diffstat (limited to 'build.txt')
-rw-r--r--build.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/build.txt b/build.txt
index 003de030..0a90885b 100644
--- a/build.txt
+++ b/build.txt
@@ -181,10 +181,6 @@ by specifying CC=gcc4 before the build command. The rtcm2.c file
confuses the gcc-3.4.[23] optimizer at -O2 level, making it generate
incorrect code.
-Do not try to use "scons ."; something in the built-in
-target-selection algorithm for the '.' target is very broken and the
-results will be unexpected and unhappy.
-
After building, please run 'scons testregress' 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
@@ -246,10 +242,6 @@ The scons equivalent of 'make clean' is 'scons -c'. This will revert
your source tree to a clean state as though you had just cloned or
downloaded it.
-Do not try to use "scons -c ."; something in the built-in
-target-selection algorithm for the '.' target is very broken and it
-will try to remove installation targets in root space.
-
== Cross-building ==
The scons recipe is intended to support cross-building, in particular