* Kamaljit Singh wrote on Fri, Jan 11, 2008 at 11:01:14PM CET: > break permanently, or was that a snide remark ? > If the latter then I will use this preferably.
It was not a snide remark, but intended as a slight warning. To be honest, chances are low that it will break, and if it will, then likely there will be a similar way to make it happen. However, if there is a good reason to change the Automake code, then it may eventually happen, and I will not view it as a regression. For example, the code works with Automake 1.6 and newer, but not with 1.4. Cheers, Ralf > Ralf Wildenhues <[EMAIL PROTECTED]> 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: [...]