summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct4
-rw-r--r--build.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index bb1404d6..4747d485 100644
--- a/SConstruct
+++ b/SConstruct
@@ -14,7 +14,7 @@
# release - ship a release
#
# clean - clean all normal build targets
-# sconsclean - clean up scons dotfiles
+# sconsclean - clean up scons dotfiles (but not the database)
#
# Setting the DESTDIR environment variable will prefix the install destinations
# without changing the --prefix prefix.
@@ -1869,7 +1869,7 @@ clean = env.Clean(build,
map(lambda f: f[:-3], templated))
# Nuke scons state files
-sconsclean = Utility("sconsclean", '', ["rm -f .sconsign.dblite .sconf_temp .scons-option-cache config.log"])
+sconsclean = Utility("sconsclean", '', ["rm -fr .sconf_temp .scons-option-cache config.log"])
# Tags for Emacs and vi
misc_sources = ['cgps.c', 'gpsctl.c', 'gpsdctl.c', 'gpspipe.c',
diff --git a/build.txt b/build.txt
index ae08fb50..7de42487 100644
--- a/build.txt
+++ b/build.txt
@@ -388,7 +388,7 @@ For instructions on how to live-test the software, see the file INSTALL.
The scons equivalent of 'make clean' is 'scons -c'. This will revert
your source tree to a clean state nearly as though you had just cloned or
downloaded it; some scons housekeeping stuff is left in place. If you
-interrupted a regression test, 'distclean' will remove generated test
+interrupted a regression test, 'scons testclean' will remove generated test
programs.
== Notes on Android: