lkml.org 
[lkml]   [2004]   [Feb]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
SubjectRe: 2.6.3-mm3
From
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
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2005-03-22 14:01    [W:0.204 / U:0.384 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site