[trivial PATCH] config

From: Andries.Brouwer@cwi.nl
Date: Sat Jun 15 2002 - 10:05:03 EST


% make
***
*** You have not yet configured your kernel!
*** Please run "make xconfig/menuconfig/config/oldconfig"
***
make: *** [.config] Error 1
% make xconfig/menuconfig/config/oldconfig
***
*** You have not yet configured your kernel!
*** Please run "make xconfig/menuconfig/config/oldconfig"
***
make: *** [.config] Error 1
%

Strange - I do precisely what they ask, and the error persists.

--- /linux/2.5/linux-2.5.21/linux/Makefile Sun Jun 9 07:27:22 2002
+++ ./Makefile Sat Jun 15 17:00:46 2002
@@ -143,7 +143,8 @@
 .config:
         @echo '***'
         @echo '*** You have not yet configured your kernel!'
- @echo '*** Please run "make xconfig/menuconfig/config/oldconfig"'
+ @echo '*** Please run some configurator (do "make xconfig" or'
+ @echo '*** "make menuconfig" or "make oldconfig" or "make config").'
         @echo '***'
         @exit 1
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jun 15 2002 - 22:00:33 EST