Makefile
changeset 31 97e44d892c92
parent 25 b1d9951b9933
child 32 565d6d12f139
     1.1 --- a/Makefile	Tue Apr 10 15:49:38 2007 +0000
     1.2 +++ b/Makefile	Tue Apr 10 16:17:39 2007 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  # Copyright 2006 Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
     1.5  
     1.6  # The project version
     1.7 -export PROJECTVERSION=0.0.1
     1.8 +export PROJECTVERSION=0.0.1-svn
     1.9  
    1.10  # This should eventually be computed if compiling out-of-tree is implemented
    1.11  export CT_TOP_DIR=$(shell pwd)
    1.12 @@ -23,7 +23,7 @@
    1.13  	@echo  'Build targets:'
    1.14  	@echo  '* build          - Build the toolchain'
    1.15  	@echo  '  clean          - Remove generated files'
    1.16 -	@echo  '  distclean      - Remove generated files and configuration'
    1.17 +	@echo  '  distclean      - Remove generated files, configuration and build directories'
    1.18  
    1.19  include $(CT_TOP_DIR)/tools/Makefile
    1.20  
    1.21 @@ -39,4 +39,4 @@
    1.22  .PHONY: distclean
    1.23  distclean:: clean
    1.24  	@rm -f .config* ..config.tmp
    1.25 -
    1.26 +	@rm -rf "$(CT_TOP_DIR)/build"