make 3.82 fails on powerpc defconfig update [was: Linux 2.6.35]

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Thomas Backlund
Date: Monday, August 2, 2010 - 1:51 am

Hi,
(please cc me as I'm not subscribed)

updating from make 3.81 to 3.82 gets me this:

[thomas@tmb linux-2.6.35]$ cp arch/powerpc/configs/ppc64_defconfig .config
[thomas@tmb linux-2.6.35]$ LC_ALL=C make oldconfig ARCH=powerpc
/mnt/work/2.6.35/linux-2.6.35/arch/powerpc/Makefile:183: *** mixed 
implicit and normal rules.  Stop.

The lines are:

182:
183: $(BOOT_TARGETS): vmlinux
184:         $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst 
%,$(boot)/%,$@)
185:

BOOT_TARGETS are defined on line 166 as:
BOOT_TARGETS = zImage zImage.initrd uImage zImage% dtbImage% treeImage.% 
cuImage.% simpleImage.%


Now it's not a regression in the kernel as the same happends with the 
2.6.34 tree too.

(btw, the host I'm syncing the defconfig with is a x86_64 machine)


Now, I dont know if this is "intended breakage" by the make update, or 
if the Makefile needs to be updated....

Any ideas how to fix ?

--
Thomas

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Linux 2.6.35, Linus Torvalds, (Sun Aug 1, 4:52 pm)
Re: Linux 2.6.35, Stephen Rothwell, (Sun Aug 1, 5:32 pm)
Re: Linux 2.6.35, Dave Chinner, (Sun Aug 1, 7:33 pm)
Re: Linux 2.6.35, Linus Torvalds, (Sun Aug 1, 7:50 pm)
Re: Linux 2.6.35, Dave Chinner, (Sun Aug 1, 10:58 pm)
Re: Linux 2.6.35, Nick Piggin, (Mon Aug 2, 12:55 am)
Re: Linux 2.6.35, Nick Piggin, (Mon Aug 2, 1:14 am)
Re: Linux 2.6.35, Christoph Hellwig, (Mon Aug 2, 1:24 am)
Re: Linux 2.6.35, KOSAKI Motohiro, (Mon Aug 2, 1:46 am)
make 3.82 fails on powerpc defconfig update [was: Linux 2. ..., Thomas Backlund, (Mon Aug 2, 1:51 am)
Re: Linux 2.6.35, Stephen Rothwell, (Mon Aug 2, 1:52 am)
Re: Linux 2.6.35, Christoph Hellwig, (Mon Aug 2, 2:05 am)
Re: Linux 2.6.35, Nick Piggin, (Mon Aug 2, 2:51 am)
Re: Linux 2.6.35, Nick Piggin, (Mon Aug 2, 3:07 am)
Re: Linux 2.6.35, Andi Kleen, (Tue Aug 3, 1:18 am)
Re: Linux 2.6.35, Nick Piggin, (Tue Aug 3, 2:28 am)
Re: Linux 2.6.35, Andi Kleen, (Tue Aug 3, 2:49 am)
Re: Linux 2.6.35, Henrique de Moraes H ..., (Tue Aug 3, 8:05 am)