On Thu, 11 Jul 2002 20:50:47 +0200 (CEST) Thomas Finneid <[EMAIL PROTECTED]> wrote:

TF> I found out that the solution of modifying
TF> configure.in and makeopts.in is not needed. The reason is that the binary
TF> is compiled with or without debug info anyway. So there is only a need to
TF> modify the existing install_bin target, which has the -s switch hardcoded, 
TF> and add a new target called, as we know by now, install_strip.

 Ok, fine.

TF> My solution is removing the -s switch in the install command and replace it
TF> with a variable which is set if the target install_strip is run (because
TF> in the other cases, the debug info inclusion is already decided by the
TF> --eanble-debug option to configure).

 I.e. something like:

install:
        $(INSTALL) $(INSTALL_STRIP) ...

install_strip:
        $(MAKE) INSTALL_STRIP="-s" install

?

TF> Any suggestions? If not I'll do it by sub make arguments.

 I don't see any other way but I'm far from being a make expert...

 Regards,
VZ



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to