"Brent S. Elmer Ph.D." <[email protected]> writes: > The way I normally build my kernels and modules.
> time fakeroot make-kpkg --append-to-version=.110411 --initrd > kernel-image modules-image Could you try editing /usr/src/modules/openafs/debian/rules and adding: debian/rules: to that file? It looks like make-kpkg is running make with an explicit target of debian/rules, which isn't going to work properly with the wildcard rule. That might get around it. If that works, I can make that change in the next release. Unfortunately, make-kpkg is rarely tested since it's no longer widely used; usually people use either module-assistant or DKMS at this point. But I'll try to keep it working. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

