Makefile
changeset 158 14f6a1d442f2
parent 147 39e4ef7d6d8d
child 168 45811aef4097
     1.1 --- a/Makefile	Fri Jun 01 16:50:29 2007 +0000
     1.2 +++ b/Makefile	Sat Jun 16 18:00:35 2007 +0000
     1.3 @@ -43,8 +43,8 @@
     1.4  	@echo  ''
     1.5  	@echo  'Execute "make" or "make all" to build all targets marked with [*]'
     1.6  
     1.7 -.config: $(CONFIG_FILES) $(CT_TOP_DIR)/config/debug.in
     1.8 -	@make oldconfig
     1.9 +.config:
    1.10 +	@echo "You must run either one of \"make config\" or \"make menuconfig\" first"
    1.11  
    1.12  # Actual build
    1.13  build: .config
    1.14 @@ -58,4 +58,5 @@
    1.15  distclean:: clean
    1.16  	@rm -f .config* ..config.tmp
    1.17  	@rm -f log.*
    1.18 +	@[ ! -d "$(CT_TOP_DIR)/targets" ] || chmod -R u+w "$(CT_TOP_DIR)/targets"
    1.19  	@rm -rf "$(CT_TOP_DIR)/targets"