lkml.org 
[lkml]   [2003]   [May]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: 2.5.68-mm3 and a simple mistake
From
Date
Kimmo Sundqvist <rabbit80@mbnet.fi> writes:

> /usr/bin/make -f scripts/Makefile.clean obj=arch/i386/mach-default
> /usr/bin/make -f scripts/Makefile.clean obj=arch/i386/mach-generic
> scripts/Makefile.clean:10: arch/i386/mach-generic/Makefile: No such file or
> directory
> make[2]: *** No rule to make target `arch/i386/mach-generic/Makefile'. Stop.
> make[1]: *** [_clean_arch/i386/mach-generic] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.5.68'
> make: *** [stamp-kernel-configure] Error 2

Most likely you need to apply this patch. It was in the original
subarch patch, but may be gotten lost somewhere.
Hopefully not more is missing.

diff -u linux-apic/arch/i386/mach-generic/Makefile-o linux-apic/arch/i386/mach-generic/Makefile
--- linux-apic/arch/i386/mach-generic/Makefile-o 2003-04-27 02:45:25.000000000 +0200
+++ linux-apic/arch/i386/mach-generic/Makefile 2003-04-27 02:45:25.000000000 +0200
@@ -0,0 +1,9 @@
+#
+# Makefile for the generic architecture
+#
+
+EXTRA_CFLAGS += -I../kernel
+
+obj-y := probe.o summit.o bigsmp.o default.o
+
+
-Andi
-
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 13:35    [W:0.041 / U:0.476 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site