diff -r f67b52e42fd1 -r aa1a9fbd6eb8 Makefile --- a/Makefile Sun May 13 19:03:49 2007 +0000 +++ b/Makefile Thu May 17 16:22:51 2007 +0000 @@ -34,9 +34,7 @@ @echo 'Execute "make" or "make all" to build all targets marked with [*]' .config: $(shell find $(CT_TOP_DIR)/config -type f -name '*.in') - @make menuconfig - @# Because exiting menuconfig without saving is not an error to menuconfig - @test -f .config + @make oldconfig # Actual build build: .config