diff -r b1d9951b9933 -r 97e44d892c92 Makefile --- a/Makefile Tue Apr 10 15:49:38 2007 +0000 +++ b/Makefile Tue Apr 10 16:17:39 2007 +0000 @@ -2,7 +2,7 @@ # Copyright 2006 Yann E. MORIN # The project version -export PROJECTVERSION=0.0.1 +export PROJECTVERSION=0.0.1-svn # This should eventually be computed if compiling out-of-tree is implemented export CT_TOP_DIR=$(shell pwd) @@ -23,7 +23,7 @@ @echo 'Build targets:' @echo '* build - Build the toolchain' @echo ' clean - Remove generated files' - @echo ' distclean - Remove generated files and configuration' + @echo ' distclean - Remove generated files, configuration and build directories' include $(CT_TOP_DIR)/tools/Makefile @@ -39,4 +39,4 @@ .PHONY: distclean distclean:: clean @rm -f .config* ..config.tmp - + @rm -rf "$(CT_TOP_DIR)/build"