> "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
> 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
> "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
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"