On Thu, 26 Aug 1999, Hans van den Boogert wrote:
> At 06:25 PM 8/26/99 -0700, Eric G . Miller wrote: > >make (menu)config > >make-kpkg clean > >make-kpkg --revision=custom.1.0 kernel_image > >dpkg -i ../kernel-image-2.2.12_custom.1.0_<arch>.deb > > > >These four steps work fine for me (though I'm still using 2.2.10). > > Shouldn't there a make dep after make clean? Either `make-kpkg clean' or the `make-kpkg ... kernel_image' itself already performs a `make dep' automatically. T