On Wed, 2004-12-22 at 02:01 -0500, Dave Jones wrote: > On Mon, Dec 20, 2004 at 08:02:43PM -0600, Josh Boyer wrote: > > > > make: *** No rule to make target `download', needed by `sources'. Stop. > > > > I can't find the download target anywhere. Am I the only one to see > > Its defined in common/Makefile.common. Do you have the common dir checked out too? Yes, I do. And I think the fact that it's _not_ defined in Makefile.common is the problem. But since I have no idea what that target is supposed to do, I can't fix it :). At least in my cursory glance I couldn't find a download target or figure out what it does. Below is the output from running a 'make sources' done in the devel dir, on a fresh checkout of the kernel from this morning. Colin saw the same problem I think, so it's not just me. thx, josh [jwboyer@yoda devel]$ make sources % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 34.5M 100 34.5M 0 0 148k 0 0:03:59 0:03:59 --:--:-- 129k -rw-rw-r-- 1 jwboyer jwboyer 36261440 Oct 18 17:54 linux-2.6.9.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 101k 100 101k 0 0 39333 0 0:00:02 0:00:02 --:--:-- 52412 -rw-rw-r-- 1 jwboyer jwboyer 104066 Nov 22 17:18 patch-2.6.9-ac11.bz2 cp config-generic temp-generic if echo | grep -q -e "^dist-[^-]*E\($\|-\)"; then perl merge.pl config-rhel-generic config-generic > temp-generic ; fi perl merge.pl config-x86-generic temp-generic > temp-x86-generic perl merge.pl config-i686 temp-x86-generic i386 > kernel-2.6.9-i686.config perl merge.pl config-i686-smp temp-x86-generic i386 > kernel-2.6.9-i686-smp.config perl merge.pl config-i686-bigmem temp-x86-generic i386 > kernel-2.6.9-i686-hugemem.config perl merge.pl config-i586 temp-x86-generic i386 > kernel-2.6.9-i586.config perl merge.pl config-i586-smp temp-x86-generic i386 > kernel-2.6.9-i586-smp.config perl merge.pl config-x86_64-generic temp-generic > temp-x86_64-generic perl merge.pl config-x86_64 temp-x86_64-generic x86_64 > kernel-2.6.9-x86_64.config perl merge.pl config-x86_64-smp temp-x86_64-generic x86_64 > kernel-2.6.9-x86_64-smp.config perl merge.pl config-ppc64-generic temp-generic > temp-ppc64-generic perl merge.pl config-ppc64-iseries temp-ppc64-generic ppc64 > kernel-2.6.9-ppc64iseries.config perl merge.pl config-s390-generic temp-generic > temp-s390-generic perl merge.pl config-s390 temp-s390-generic s390 > kernel-2.6.9-s390.config perl merge.pl config-s390x temp-s390-generic s390 > kernel-2.6.9-s390x.config perl merge.pl config-ppc-generic temp-generic > temp-ppc-generic perl merge.pl config-ppc-pmac temp-ppc-generic ppc > kernel-2.6.9-ppc.config perl merge.pl config-ppc64 temp-ppc64-generic ppc64 > kernel-2.6.9-ppc64.config perl merge.pl config-ia64-generic temp-generic > temp-ia64-generic perl merge.pl config-ia64 temp-ia64-generic ia64 > kernel-2.6.9-ia64.config perl merge.pl temp-x86-generic temp-generic > temp-x86-xen-generic perl merge.pl config-xen-generic temp-x86-xen-generic > temp-xen-generic perl merge.pl config-xen-xen0 temp-xen-generic xen > kernel-2.6.9-i686-xen0.config perl merge.pl config-xen-xenU temp-xen-generic xen > kernel-2.6.9-i686-xenU.config make: *** No rule to make target `download', needed by `sources'. Stop.