From: Daira Hopwood Date: Thu, 10 Oct 2013 18:50:49 +0000 (+0100) Subject: Makefile: update comment for 'make clean'. X-Git-Tag: allmydata-tahoe-1.10.1a1~210 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=7f10bf07df8b936e0d62f123072e704bfb8cc963;p=tahoe-lafs%2Ftahoe-lafs.git Makefile: update comment for 'make clean'. Signed-off-by: Daira Hopwood --- diff --git a/Makefile b/Makefile index 311501d1..a0e05583 100644 --- 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'`