Re: 2.6.3-mm3
From: Joshua Kwan
Date: Sun Feb 22 2004 - 21:53:11 EST
On Sun, Feb 22, 2004 at 05:22:00PM -0800, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.3/2.6.3-mm3/
The change made to scripts/Makefile to rake in sumversion.o requires
this change to not break parallel builds:
--- scripts/Makefile~ 2004-02-22 18:50:39.000000000 -0800
+++ scripts/Makefile 2004-02-22 18:51:06.000000000 -0800
@@ -24,7 +24,7 @@
# dependencies on generated files need to be listed explicitly
-$(obj)/modpost.o $(obj)/file2alias.o: $(obj)/elfconfig.h
+$(addprefix $(obj)/,$(modpost-objs)): $(obj)/elfconfig.h
quiet_cmd_elfconfig = MKELF $@
cmd_elfconfig = $(obj)/mk_elfconfig $(ARCH) < $< > $@
Seems they all depend on elfconfig.h being there, so made it a general
dependency.
--
Joshua Kwan
Attachment:
signature.asc
Description: Digital signature