On Mon, 14 Jun 1999, richard wrote: > A problem has recently started compliling custom kerenels. I had to > rebuild my machine (long story) > and now the custom kernels are't build properly. The line I use to build > them is > > make-kpkg --revision=custom.X.Y kernel_image > > where X is usually a major change number and Y is a tweak number. eg > custom.0.1 > Unfortunately ALL my kernels are now building with the custom number of > .0.1 as if I'm issuing > the line > > make-kpkg --revision=custom.0.1 kernel_image > > This used to work. What would everyone suggest? Removing the kernel > building package and reinstalling? > What?
Have you tried running "make-kpkg clean" or removing the stamp-configure file? The problem you describe sounds exactly like the problem solved by these two solutions, as given in the make-kpkg manpage.