From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D6CVS-0003mz-0K for qemu-devel@nongnu.org; Tue, 01 Mar 2005 13:54:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D6CV7-0003i0-AK for qemu-devel@nongnu.org; Tue, 01 Mar 2005 13:53:47 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D6CV6-0003ZK-3x for qemu-devel@nongnu.org; Tue, 01 Mar 2005 13:53:44 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D6C7L-0007Fe-Or for qemu-devel@nongnu.org; Tue, 01 Mar 2005 13:29:11 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1D6BzZ-0002z9-CE for qemu-devel@nongnu.org; Tue, 01 Mar 2005 19:21:09 +0100 Received: from r226120.res.lehigh.edu ([128.180.226.120]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Mar 2005 19:21:09 +0100 Received: from sjb204 by r226120.res.lehigh.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Mar 2005 19:21:09 +0100 From: Samuel Bronson Date: 01 Mar 2005 13:14:02 -0500 Message-ID: <87psyjdyj9.fsf@hydrogen.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: news Subject: [Qemu-devel] patch: Misleading kqemu error message in ./configure Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The error message here is misleading: Index: configure =================================================================== RCS file: /cvsroot/qemu/qemu/configure,v retrieving revision 1.56 diff -u -u -u -r1.56 configure --- configure 19 Feb 2005 17:24:28 -0000 1.56 +++ configure 1 Mar 2005 17:56:01 -0000 @@ -373,7 +373,7 @@ # test that the kernel config is present if test '!' -f "$kernel_path/Makefile" ; then - echo "No .config file present in $kernel_path - kqemu cannot be built" + echo "No Makefile file present in $kernel_path - kqemu cannot be built" kqemu="no" fi -- Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!