lkml.org 
[lkml]   [2005]   [Feb]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: [uml-devel] Re: [BUG report] UML linux-2.6 latest BK doesn't compile
Date
From
blaisorblade@yahoo.it said:
> the Makefiles were heavily changed, however, recently (after 2.6.10).

There was a bug in that patch. The fix is:

Index: 2.6.10/arch/um/Makefile
===================================================================
--- 2.6.10.orig/arch/um/Makefile 2005-02-08 12:33:23.000000000 -0500
+++ 2.6.10/arch/um/Makefile 2005-02-08 12:33:23.000000000 -0500
@@ -36,8 +36,8 @@
MAKEFILES-INCL += $(foreach mode,$(um-modes-y),\
$(srctree)/$(ARCH_DIR)/Makefile-$(mode))

-ifneq ($(MAKEFILE-INCL),)
- include $(MAKEFILE-INCL)
+ifneq ($(MAKEFILES-INCL),)
+ include $(MAKEFILES-INCL)
endif

ARCH_INCLUDE := -I$(ARCH_DIR)/include
Jeff

-
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/

\
 
 \ /
  Last update: 2005-03-22 14:10    [W:0.046 / U:0.260 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site