From 78927c561670869c8152466dd39d7f8f078e9bb5 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Wed, 1 Apr 2015 10:48:01 -0700 Subject: Clarify scons clean and sconsclean. --- build.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'build.txt') diff --git a/build.txt b/build.txt index 6ee8ccd6..d64b61fa 100644 --- a/build.txt +++ b/build.txt @@ -192,8 +192,10 @@ 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' . This should return your working directory -to a pristine state. +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.. You can specify the installation prefix, as for an autotools build, by running "scons prefix=". The default value is -- cgit v1.2.1