Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 15 Jun 2002 11:05:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 15 Jun 2002 11:05:03 -0400 Received: from hera.cwi.nl ([192.16.191.8]:21649 "EHLO hera.cwi.nl") by vger.kernel.org with ESMTP id ; Sat, 15 Jun 2002 11:05:02 -0400 From: Andries.Brouwer@cwi.nl Date: Sat, 15 Jun 2002 17:05:03 +0200 (MEST) Message-Id: To: linux-kernel@vger.kernel.org Subject: [trivial PATCH] config Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org % 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/