]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: update comment for 'make clean'.
authorDaira Hopwood <daira@jacaranda.org>
Thu, 10 Oct 2013 18:50:49 +0000 (19:50 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 10 Oct 2013 18:50:49 +0000 (19:50 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
Makefile

index 311501d13d7d1a2bc22115ea27d2bbd37848fb89..a0e055830e8e672798b44c623f4f43fe9c94f16a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -230,7 +230,8 @@ test-clean:
 # It would be nice if 'make clean' deleted any automatically-generated
 # _version.py too, so that 'make clean; make all' could be useable as a
 # "what the heck is going on, get me back to a clean state', but we need
-# 'make clean' to work on non-darcs trees without destroying useful information.
+# 'make clean' to work on non-checkout trees without destroying useful information.
+# Use 'make distclean' instead to delete all generated files.
 clean:
        rm -rf build _trial_temp _test_memory .built
        rm -f `find src *.egg -name '*.so' -or -name '*.pyc'`