automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using install.sh selectively


From: Kamaljit Singh
Subject: Re: using install.sh selectively
Date: Thu, 7 Feb 2008 16:08:35 -0800 (PST)

Finally, I got around to trying it. Automake complains
that I am overriding   nostripbinPROGRAMS_INSTALL
and fails.

Anyway to work around that ?

This seems more like a workaround. Do you think
"nostrip" as a prefix is something automake would support
"natively" in the future ?

kamaljit

Ralf Wildenhues <address@hidden> wrote: Hello Kamaljit,

* Kamaljit Singh wrote on Fri, Jan 11, 2008 at 12:25:48AM CET:
> 
> I am trying to use "make install-strip" and that tries to strip all
> _PROGRAMS.  But I dont want all the PROGRAMS that I build should be
> stripped. Is there some out of the box way to do that ?

Not without messing with Automake internals.  So expect the following to
break with a new Automake release, but with 1.10 it prevents stripping
of bar but not foo:

  bin_PROGRAMS = foo
  nostripbindir = $(bindir)
  nostripbin_PROGRAMS = bar
  nostripbinPROGRAMS_INSTALL = @INSTALL_PROGRAM@

Hope that helps.

Cheers,
Ralf


       
---------------------------------
Never miss a thing.   Make Yahoo your homepage.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]