Makefile
changeset 96 aa1a9fbd6eb8
parent 88 f67b52e42fd1
child 97 63a30dd47eb8
     1.1 --- a/Makefile	Sun May 13 19:03:49 2007 +0000
     1.2 +++ b/Makefile	Thu May 17 16:22:51 2007 +0000
     1.3 @@ -34,9 +34,7 @@
     1.4  	@echo  'Execute "make" or "make all" to build all targets marked with [*]'
     1.5  
     1.6  .config: $(shell find $(CT_TOP_DIR)/config -type f -name '*.in')
     1.7 -	@make menuconfig
     1.8 -	@# Because exiting menuconfig without saving is not an error to menuconfig
     1.9 -	@test -f .config
    1.10 +	@make oldconfig
    1.11  
    1.12  # Actual build
    1.13  build: .config