[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-1801
From: |
Peter Rosin |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-1801-ga6c1711 |
Date: |
Mon, 30 Jan 2012 22:36:25 +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=a6c171136d2086f6c4bc4a50d1771c0e1b58ba10
The branch, master has been updated
via a6c171136d2086f6c4bc4a50d1771c0e1b58ba10 (commit)
via 2a2f57fc8b5a10d82c6797b62b2c9244144c300e (commit)
via 41404a8feb40b1d5853a45e6f8306daee6dc6607 (commit)
via 6bb56e40bd31baa2488f0975e9d03e69ba7e963e (commit)
from ef20e28bf3b966bf4f0358099f38b70a30c12755 (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 a6c171136d2086f6c4bc4a50d1771c0e1b58ba10
Merge: ef20e28 2a2f57f
Author: Peter Rosin <address@hidden>
Date: Mon Jan 30 23:27:06 2012 +0100
Merge branch 'msvc'
* msvc:
ar-lib: ignore the verbose modifier instead of erroring out
scripts: cherry-pick recent changes from master
tests: add missing dependency for some 'ar-lib*.test' tests
-----------------------------------------------------------------------
Summary of changes:
lib/ar-lib | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/lib/ar-lib b/lib/ar-lib
index 85d028f..c0286a4 100755
--- a/lib/ar-lib
+++ b/lib/ar-lib
@@ -2,7 +2,7 @@
# Wrapper for Microsoft lib.exe
me=ar-lib
-scriptversion=2012-01-04.17; # UTC
+scriptversion=2012-01-30.22; # UTC
# Copyright (C) 2010, 2012 Free Software Foundation, Inc.
# Written by Peter Rosin <address@hidden>.
@@ -165,6 +165,7 @@ do
r*) replace=yes ;;
c*) create=yes ;;
u*) ;; # TODO: don't ignore the update modifier
+ v*) ;; # TODO: don't ignore the verbose modifier
*)
func_error "unknown action specified"
;;
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-1801-ga6c1711,
Peter Rosin <=