Makefile
changeset 85 ac2845835b13
parent 65 312fe9ff8370
child 87 adb773fccc6b
     1.1 --- a/Makefile	Mon May 07 16:10:17 2007 +0000
     1.2 +++ b/Makefile	Thu May 10 21:33:35 2007 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  export CT_TOP_DIR=$(shell pwd)
     1.5  
     1.6  .PHONY: all
     1.7 -all: _ct_build
     1.8 +all: build
     1.9  
    1.10  HOST_CC = gcc -funsigned-char
    1.11  
    1.12 @@ -39,10 +39,10 @@
    1.13  	@test -f .config
    1.14  
    1.15  # Actual build
    1.16 -_ct_build: .config
    1.17 +build: .config
    1.18  	@$(CT_TOP_DIR)/scripts/crosstool.sh
    1.19  
    1.20  .PHONY: distclean
    1.21  distclean:: clean
    1.22  	@rm -f .config* ..config.tmp
    1.23 -	@rm -rf "$(CT_TOP_DIR)/build"
    1.24 +	@rm -rf "$(CT_TOP_DIR)/targets"