On Mon, Dec 20, 2004 at 08:02:43PM -0600, Josh Boyer wrote: > Ok, so I'm probably an idiot, but can anyone explain to me how to build > the kernel out of CVS? > > I've read the cvs.fedora.redhat.com website and done a CVS checkout. > But when I do a 'make sources' it comes up with the following error > after downloading the kernel tarball and merging a bunch of configs: > > 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? Dave