>>> "Paul" == Paul Eggert <[EMAIL PROTECTED]> writes:

[...]

 Paul> Thanks for reporting that.  Here is a proposed patch to Automake's
 Paul> install-sh to handle this case.

Hi Paul, thanks for fixing this.  Could you install your change on
both HEAD and branch-1-8?

 Paul> +           # perhaps because mv is so ancient that it does not
 Paul> +           # support -f.

Does such ancient `mv' really exist?  The autoconf manual claims
that `mv -f' is portable, and I have always assumed so. It's
used in some Automake rules, and also right after this comment
in the script:

[...]

 Paul> +           {
 Paul> +             if test -f "$dstdir/$dstfile"; then
 Paul> +               $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
 Paul> +               || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
[...]
-- 
Alexandre Duret-Lutz



_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to