From 05732d5a7bdf8de5761550c49c04638f25141be4 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Mon, 16 Oct 2017 16:07:25 -0700 Subject: scons: Document the need to manually remove .sconsign.dblite If .sconsign.dblite exists then scons may not rebuild everything. So to force scons to rebuilt everything you need to remove that file. --- build.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.txt b/build.txt index d03b299f..903741e6 100644 --- a/build.txt +++ b/build.txt @@ -204,11 +204,11 @@ To build gpsd for your host platform from source, simply call 'scons' in a working-directory copy. (Cross-build is described in a later section.) -To clean the built files, call 'scons -c' . To clean scons' cache, -call 'scons sconsclean'. Doing both should return your working directory -to a near pristine state as far as building is concerned. Some user -created files may remain, and source code changes will not have been -reverted.. +To clean the built files, call 'scons -c' . To clean scons' cache, call +'scons sconsclean'. Run 'rm -f .sconsign.dblite' to clear the scons +database. Doing all three should return your working directory to a +near pristine state as far as building is concerned. Some user created +files may remain, and source code changes will not have been reverted.. You can specify the installation prefix, as for an autotools build, by running "scons prefix=". The default value is -- cgit v1.2.1