automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Relea


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-1-13-g6a338ad
Date: Mon, 03 Mar 2008 22:04:23 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=6a338adef43435d9299d70db1ffb3c1682ee7266

The branch, branch-1-10 has been updated
       via  6a338adef43435d9299d70db1ffb3c1682ee7266 (commit)
      from  abf58c0bec3343a6df4ae626b3d2ffc7a0707e46 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6a338adef43435d9299d70db1ffb3c1682ee7266
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Mar 3 23:02:58 2008 +0100

    Skip instsh3.test if `touch -t' does not work.
    
    * tests/instsh3.test: Test for `touch -t', fails with Solaris
    /usr/ucb/touch.
    * THANKS: Update.
    Report by Younes Younes.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    8 ++++++++
 THANKS             |    1 +
 tests/instsh3.test |    3 +++
 3 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2975b5e..512bcc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-03-03  Ralf Wildenhues  <address@hidden>
+
+       Skip instsh3.test if `touch -t' does not work.
+       * tests/instsh3.test: Test for `touch -t', fails with Solaris
+       /usr/ucb/touch.
+       * THANKS: Update.
+       Report by Younes Younes.
+
 2008-02-27  Reuben Thomas  <address@hidden>
 
        * doc/automake.texi (wildcards): Improve "Why doesn't Automake
diff --git a/THANKS b/THANKS
index c2ec6a5..2e73963 100644
--- a/THANKS
+++ b/THANKS
@@ -313,6 +313,7 @@ Werner Koch         address@hidden
 William Pursell                address@hidden
 William S Fulton       address@hidden
 Yann Droneaud          address@hidden
+Younes Younes          address@hidden
 Zack Weinberg          address@hidden
 
 ;; Local Variables:
diff --git a/tests/instsh3.test b/tests/instsh3.test
index 95b74c7..4ed67b9 100755
--- a/tests/instsh3.test
+++ b/tests/instsh3.test
@@ -20,6 +20,9 @@ required=non-root
 . ./defs || exit 1
 set -e
 
+# Solaris /usr/ucb/touch does not accept -t.
+touch -t $old_timestamp foo || exit 77
+
 ./install-sh -d d1
 
 # Do not change the timestamps when using -C.


hooks/post-receive
--
GNU Automake




reply via email to

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