Re: make-kpkg question about version

2003-07-28 Thread Bob Proulx
Bill Moseley wrote: > $ fakeroot make-kpkg --revision=custom.1.0 --append_to_version=-xfs-athlon > kernel_image > $ fakeroot make-kpkg --revision=custom.1.0 --append_to_version=-xfs-athlon > modules_image > > Now, when I want to run clean: > $ make-kpkg clean modules_clean > I get: > The

make-kpkg question about version

2003-07-28 Thread Bill Moseley
I just built a new kernel from kenel-sources, plus I built the ls-sensors modules So, to build the kernel and modules I used: $ fakeroot make-kpkg --revision=custom.1.0 --append_to_version=-xfs-athlon kernel_image $ fakeroot make-kpkg --revision=custom.1.0 --append_to_version=-xfs-athlon m