I should not attache files! (Re: Extraneous endif on make-kpkg)

2000-02-03 Thread Remco van 't Veer
My apologies for attaching a file on a public maillist. -- Khaddafi Zimmermann General Javier Solana charge FBI Cthulhu XTC MI5 mutageen RAF Lebed alarm GSM munitions Croatian strategic

Re: Extraneous endif on make-kpkg

2000-02-03 Thread Remco van 't Veer
Here's a patch for the kernel-package 6.30 /usr/share/kernel-package/rules file: --- rules.orig Thu Jan 27 07:14:24 2000 +++ rules Thu Feb 3 22:01:34 2000 @@ -427,7 +427,6 @@ debian := 1.00 endif endif -endif @@ -633,7 +632,7 @@ test -f .config || (test -f .config.save &&

Re: Extraneous endif on make-kpkg

2000-02-03 Thread Kent West
Remco van 't Veer wrote: > > A bug in kernel-package: > > > On Thu, Feb 03, 2000 at 13:33, Kent West wrote: > > > I'm trying to "make-kpkg clean" from within my > > /usr/src/linux directory and I'm getting the following > > error: > > /usr/share

Re: Extraneous endif on make-kpkg

2000-02-03 Thread Remco van 't Veer
A bug in kernel-package: On Thu, Feb 03, 2000 at 13:33, Kent West wrote: > I'm trying to "make-kpkg clean" from within my > /usr/src/linux directory and I'm getting the following > error: > /usr/share/kernel-package/rules:430: *** extraneous > `

Extraneous endif on make-kpkg

2000-02-03 Thread Kent West
I'm trying to "make-kpkg clean" from within my /usr/src/linux directory and I'm getting the following error: /usr/share/kernel-package/rules:430: *** extraneous `endif'. Stop. Anyone have a clue what's happening? Thanks.