[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-824-
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-824-gab513a9 |
Date: |
Thu, 19 May 2011 20:01:20 +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=ab513a9f2bf257fa66a1f6f09f6b6768a216c45e
The branch, master has been updated
via ab513a9f2bf257fa66a1f6f09f6b6768a216c45e (commit)
via 2fec9f098ac951e1f7725bce5894c3c7355c59ba (commit)
from 68e69411324c7d79a5c274977785d4b3cdba910f (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 ab513a9f2bf257fa66a1f6f09f6b6768a216c45e
Merge: 68e6941 2fec9f0
Author: Stefano Lattarini <address@hidden>
Date: Thu May 19 21:53:02 2011 +0200
Merge branch 'maint'
* maint:
test defs: rename requirement 'non-cross' -> 'native'
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 ++++++++
tests/defs | 2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b3a1e7e..7d7714a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-19 Stefano Lattarini <address@hidden>
+
+ test defs: rename requirement 'non-cross' -> 'native'
+ * tests/defs.in (non-cross): Rename requirement ...
+ (native): ... to this, which is clearer and fits the
+ existing lingo better.
+ Suggestion by Ralf Wildenhues.
+
2011-05-15 Stefano Lattarini <address@hidden>
testsuite: be more cross-compile friendly
diff --git a/tests/defs b/tests/defs
index 3be8ead..47d8c89 100644
--- a/tests/defs
+++ b/tests/defs
@@ -386,7 +386,7 @@ do
exit 77
fi
;;
- non-cross)
+ native)
cross_compiling && skip_ "doesn't work in cross-compile mode"
;;
python)
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-824-gab513a9,
Stefano Lattarini <=