]> sourceware.org Git - automake.git/commit
* lib/install-sh (initialize_posix_glob): New var.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Dec 2006 05:20:51 +0000 (05:20 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Dec 2006 05:20:51 +0000 (05:20 +0000)
commitc8ed4389f4f81ae87d0bf639eff094ee9c82246f
tree7c1e5def7b28e9210420248757fbbe87932523f6
parent679912673d99d3ebae2e5916cfcec18f7371a7ec
* lib/install-sh (initialize_posix_glob): New var.
Use it instead of setting posix_glob inline.
(posix_glob): Use '?'/''/: instead of ''/yes/no, for convenience.
(cmpprog, CMPPROG): New vars, since we use cmp rather than the diff
of Akim's patch.
Use LC_ALL before invoking 'ls' when we depend on its output format.
Don't use awk; just use the shell's builtin features.
Clean up $dsttmp -C detects no installation is needed.
* tests/defs.in (is_newest): Renamed from is_younger; the new
name is more accurate.  All uses changed.
(old_timestamp): New var.
* tests/instsh2.test: Rewrite to avoid the need for sleeping.

2006-12-25  Akim Demaille  <akim@epita.fr>

* lib/install-sh: Implement install-sh -C.
(This patch is the remaining part of the patch proposed in
<http://lists.gnu.org/archive/html/automake-patches/2006-10/msg00077.html>.)
(usage): Document it.
(copy_on_change): New var.
* tests/defs.in (is_younger): New function.
* tests/instsh2.test: Check install-sh -C.
ChangeLog
lib/install-sh
tests/defs.in
tests/instsh2.test
This page took 0.026203 seconds and 5 git commands to generate.