Re: make-kpkg problems

2004-09-01 Thread Alexis Huxley
On 2004-09-01, Joshua Y. Stabiner <[EMAIL PROTECTED]> wrote: > Anytime I do a make-kpkg with modules as the target > (modules_image, modules, modules_config, modules_clean ete.) > I get the following output (and no .deb file): > > for module in ; do \ This line should say:

make-kpkg problems

2004-09-01 Thread Joshua Y. Stabiner
Anytime I do a make-kpkg with modules as the target (modules_image, modules, modules_config, modules_clean ete.) I get the following output (and no .deb file): for module in ; do \ if test -d $module; then \ (cd $module;

make-kpkg problems

1999-10-02 Thread Ramakrishnan M
Hello, I have been using make-kpkg for a long time for compiling kernels and making deb packages. Yesterday when I made a deb package, I got a deb package kernel-image-..._1.00.deb instead of kernel-image-2.2.12_1.00.deb I upgraded kernel-package from the unstable tree but it did not help.