This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

INSTALL_STRIP_FLAG is apparently hardwired.


install.am hardwires the INSTALL_STRIP_FLAG to -s.

I think this is a lose - there are cases (like installing kernel modules for
an embedded system) where one wants to do a stripped install but -s is "too
much".

In the existing code there is apparently no way to override this.

What's a good solution?

H


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]