From c1bb958d4c4b73980355d5d24959f69bc46338be Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 16 Apr 2012 11:41:43 -0400 Subject: Head off atemps at scons '.' and scons -c '.', they won't work. --- build.txt | 8 -------- 1 file changed, 8 deletions(-) (limited to 'build.txt') 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 -- cgit v1.2.1