summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2017-10-16 15:52:25 -0700
committerGary E. Miller <gem@rellim.com>2017-10-16 15:52:25 -0700
commitdfc63a93821db6770419b824e3a61571c1c648a3 (patch)
tree3ce6e977b8e56ff12c917118aeb609de499cc3e1 /SConstruct
parente89c42ed0fc17e3da01bac819bd3a2009e6a3aef (diff)
downloadgpsd-dfc63a93821db6770419b824e3a61571c1c648a3.tar.gz
scons: note that sconsclean does not delete .sconsign.dblite
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 3ef9ebc3..a3dc8e66 100644
--- a/SConstruct
+++ b/SConstruct
@@ -14,7 +14,7 @@
# release - ship a release
#
# --clean - clean all normal build targets
-# sconsclean - clean up scons dotfiles (but not the database)
+# sconsclean - clean up scons dotfiles (but not the database: .sconsign.dblite)
#
# Setting the DESTDIR environment variable will prefix the install destinations
# without changing the --prefix prefix.