lkml.org 
[lkml]   [2000]   [Aug]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: RLIM_INFINITY inconsistency between archs
David.Howells@nexor.co.uk wrote:

>Kai Henningsen wrote:
>> I notice just about everybody suggesting absolute paths.
>>
>> Try relative paths or environment variables instead. This has the
>> advantage of working anywhere you damn well please.
>
>Relative to what? Which environment variables? Who sets these variables?

Relative to the current directory of course.

I've been propagating for this too, since it makes life so much easier
for people compiling multiple versions of the kernel.

The idea is that you tell people to untar the sources for whatever kernel
related packages at the same place they untarred the kernel sources. For
most users this will mean /usr/src (i.e. on a RedHat system).

So for the simple case:

/usr/src/linux
/usr/src/pcmcia-cs
/usr/src/my-whizbang-adapter

and the pcmcia-cs and whizbang packages simply have line in Makefile saying:

KERNELDIR=../linux

For somebody who's playing around with multiple kernels, it would
look something like this:

/usr/src/kernel-2.2.16/linux
/usr/src/kernel-2.2.16/pcmcia-cs
/usr/src/kernel-2.2.16/my-whizbang-adapter

/usr/src/kernel-2.2.17pre3/linux
/usr/src/kernel-2.2.17pre3/pcmcia-cs
/usr/src/kernel-2.2.17pre3/my-whizbang-adapter

And this will work with _no_ modifications to the sources and without
any need to set environment variables. How much easier can it get?

/Christer
--
"Just how much can I get away with and still go to heaven?"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:57    [W:0.126 / U:0.300 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site