Bail out if .config is missing.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jun 17 13:02:00 2007 +0000 (2007-06-17)
changeset 1727214624eb7b4
parent 171 dfc760ec0060
child 173 8665ee5dcf8f
Bail out if .config is missing.
Makefile
     1.1 --- a/Makefile	Sun Jun 17 12:57:46 2007 +0000
     1.2 +++ b/Makefile	Sun Jun 17 13:02:00 2007 +0000
     1.3 @@ -46,6 +46,7 @@
     1.4  
     1.5  .config:
     1.6  	@echo "You must run either one of \"make config\" or \"make menuconfig\" first"
     1.7 +	@false
     1.8  
     1.9  # Actual build
    1.10  build: .config