libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.2.4-47-gc7f97f3


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.4-47-gc7f97f3
Date: Sat, 06 Sep 2008 21:24:42 +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 Libtool".

The branch, master has been updated
       via  c7f97f395615fb62c96de30c6925484ecd0cee2e (commit)
      from  4f580e4324befae4224078e9e1bb552beeca0720 (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 c7f97f395615fb62c96de30c6925484ecd0cee2e
Author: Gary V. Vaughan <address@hidden>
Date:   Sun Sep 7 05:24:28 2008 +0800

    Fix typo in Makefile.maint.
    * Makefile.maint (git-news): Renamed to check-news, since it
    doesn't actually run git.  Adjust all dependees.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

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

Summary of changes:
 ChangeLog      |    4 ++++
 Makefile.maint |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1bda876..71fc948 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-09-07  Gary V. Vaughan  <address@hidden>
 
+       Fix typo in Makefile.maint.
+       * Makefile.maint (git-news): Renamed to check-news, since it
+       doesn't actually run git.  Adjust all dependees.
+
        Run `git commit -a' when no files are passed.
        * clcommit.m4sh (func_commit): Add -a argument if necessary.
 
diff --git a/Makefile.maint b/Makefile.maint
index f944d63..64f1757 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -149,11 +149,11 @@ fetch:
 GPG = gpg # set it to `:' to avoid gpg operations
 
 .PHONY: git-commit
-git-commit: git-news
+git-commit: check-news
        cd $(srcdir) && $(SHELL) ./commit
 
 .PHONY: git-dist
-git-dist: git-news check-commit
+git-dist: check-news check-commit
 ## Build the distribution:
        $(MAKE) distcheck
 ## Finally, if everything was successful, tag the release


hooks/post-receive
--
GNU Libtool




reply via email to

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