Re: PATCH: make install-strip in cross-compilation environments

2001-01-24 Thread Alexandre Duret-Lutz
>>> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: Alexandre> On Jan 23, 2001, Alexandre Duret-Lutz <[EMAIL PROTECTED]> wrote: >> INSTALL_STRIP_PROGRAM=$$(topsrc_dir)/$(install_sh) -s >> and then >> install-strip: >> $(MAKE) INSTALL_PROGRAM='$(INSTALL_STRIP_PROGRAM)' install

Re: PATCH: make install-strip in cross-compilation environments

2001-01-23 Thread Alexandre Oliva
On Jan 23, 2001, Alexandre Duret-Lutz <[EMAIL PROTECTED]> wrote: > INSTALL_STRIP_PROGRAM=$$(topsrc_dir)/$(install_sh) -s > and then > install-strip: > $(MAKE) INSTALL_PROGRAM='$(INSTALL_STRIP_PROGRAM)' install > So that $(topsrc_dir) gets evaluated in the sub-make. From > the simulati

Re: PATCH: make install-strip in cross-compilation environments

2001-01-22 Thread Alexandre Duret-Lutz
>>> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: >>> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: adl> [...] Tom> If there is no vendor install program, autoconf will choose Tom> install-sh. The path to install-sh might be a relative path, because Tom> $srcdir might be relat

Re: PATCH: make install-strip in cross-compilation environments

2001-01-22 Thread Alexandre Duret-Lutz
>>> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: >> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: [...] Tom> If there is no vendor install program, autoconf will choose Tom> install-sh. The path to install-sh might be a relative path, because Tom> $srcdir might be relati

Re: PATCH: make install-strip in cross-compilation environments

2001-01-21 Thread Tom Tromey
> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: adl> Can someone explain me the comment before the install-strip adl> rule: "We can't just set INSTALL_PROGRAM because that might be a adl> relative path". This comment was added with the following adl> ChangeLog entry: If there is

PATCH: make install-strip in cross-compilation environments

2001-01-20 Thread Alexandre Duret-Lutz
[sorry for the previous unedited mail, sometimes I play gnus with my feet] >>> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: [...] Alexandre> Even better! Then we can just arrange for Alexandre> INSTALL_STRIP to set STRIPPROG and use install-sh Alexandre> for cross install-st