[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: (repost) HOWTO pcmcia + 2.2.0-pre1



> ------- Forwarded Message
> To: "Ivan E. Moore II" <rkrusty@tdyc.com>
> cc: Ben Gertzfield <che@debian.org>, debian-devel@lists.debian.org, jim
> Subject: Re: [PATCH] Support for 2.2.0-pre1 style numbering for make-kpkg 
> Date: Wed, 30 Dec 1998 09:26:45 -0800
> From: jim@laney.edu
> 
> NOTE that you also have to modify the debian/rules script on line 8.
> 
> KSRC?=/usr/src/linux
> 
> You should point it to your kernel source, so if you put it in
> /usr/local/src,
> 
> KSRC?=/usr/local/src/linux

Please note that you don't actually need to modify debian/rules.  Simply
set the KSRC environment variable to the location of the kernel source.
For example, the following works from the command line:

	KSRC=/usr/local/src/linux debian/rules binary-modules

The "?=" in debian/rules means that KSRC will be set to /usr/src/linux
if and only if it has not already been set.  A KSRC environment variable
will override this.

Brian


Reply to: