[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-129-g5490608 |
Date: |
Mon, 03 Mar 2008 22:04:24 +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=54906084639b747f57de889b6036b5805506d0b5
The branch, master has been updated
via 54906084639b747f57de889b6036b5805506d0b5 (commit)
from 10386c6542d677bdff6500d4f326ab2d22c550a3 (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 54906084639b747f57de889b6036b5805506d0b5
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 eac06de..31cb053 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 86e7e36..3442ba0 100644
--- a/THANKS
+++ b/THANKS
@@ -317,6 +317,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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-129-g5490608,
Ralf Wildenhues <=