Re: installing stripped kernel modules

2002-05-05 Thread Tom Tromey
> "Harlan" == Harlan Stenn <[EMAIL PROTECTED]> writes: >> You could set the INSTALL* macros at configure time to exactly what >> you want. You can even write your own install program, or modify >> install-sh (actually with install-sh you can set STRIPPROG in the >> environment). Harlan> I'm

Re: installing stripped kernel modules

2002-04-28 Thread Harlan Stenn
> Harlan> The strip options for programs are "too aggressive" for kernel > Harlan> modules. > > Harlan> Some Makefile.am's will install both programs and kernel > Harlan> modules. > > Harlan> What are the choices for altering the strip flags? > > You have a few choices. > > You could set the I

Re: installing stripped kernel modules

2002-04-21 Thread Tom Tromey
> "Harlan" == Harlan Stenn <[EMAIL PROTECTED]> writes: Harlan> The strip options for programs are "too aggressive" for kernel Harlan> modules. Harlan> Some Makefile.am's will install both programs and kernel Harlan> modules. Harlan> What are the choices for altering the strip flags? You ha

installing stripped kernel modules

2002-04-18 Thread Harlan Stenn
First, I will say that I have been given a task and I don't fully understand everything that is going on with it. As I understand it, the project in question is an embedded application so production installs must be stripped to conserve space. The strip options for programs are "too aggressive"