From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.11] helo=sc8-sf-mx1.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.24) id 1AVDei-0003ZV-BH for user-mode-linux-devel@lists.sourceforge.net; Sat, 13 Dec 2003 09:34:16 -0800 Received: from smtp003.mail.ukl.yahoo.com ([217.12.11.34]) by sc8-sf-mx1.sourceforge.net with smtp (Exim 4.24) id 1AVDeh-0005bZ-Rg for user-mode-linux-devel@lists.sourceforge.net; Sat, 13 Dec 2003 09:34:16 -0800 From: BlaisorBlade MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_X602/bhhsCVUoyU" Message-Id: <200312131838.32002.blaisorblade_spam@yahoo.it> Subject: [uml-devel] [PATCH] 2.6: mrproper and clean still broken Sender: user-mode-linux-devel-admin@lists.sourceforge.net Errors-To: user-mode-linux-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: The user-mode Linux development list List-Post: List-Help: List-Subscribe: , List-Archive: Date: Sat, 13 Dec 2003 18:38:31 +0100 To: user-mode-linux-devel@lists.sourceforge.net --Boundary-00=_X602/bhhsCVUoyU Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline PROBLEM: make mrproper has problems with the SIZE var: SIZE = (($(CONFIG_NEST_LEVEL) + $(CONFIG_KERNEL_HALF_GIGS)) * 0x20000000) since .config is not included when doing *make clean* or *make mrproper*. SOLUTION: I've attached the patch to fix this. Actually someone(i.e. J.Cone) already sent this, but the form in which it was applied didn't fix the problem(or maybe it wasn't applied); the applied patch simply provided default config values. I've attached also the other part of that patch, i.e. adding -g to USER_CFLAGS when needed. Bye -- cat <