[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-558-g
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-558-ge94a280 |
Date: |
Mon, 12 Dec 2011 09:22: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=e94a2808b5b885b3c780fadeabceef5a302d8077
The branch, maint has been updated
via e94a2808b5b885b3c780fadeabceef5a302d8077 (commit)
from 9c78ef3d74b138432801f72f5f8f50c7433d03b5 (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 e94a2808b5b885b3c780fadeabceef5a302d8077
Author: Stefano Lattarini <address@hidden>
Date: Mon Dec 12 10:20:00 2011 +0100
hacking: some more fixlets
* HACKING (Release Procedure): Place the list of pre-release
bootstrap-and-test commands on a line of its own, so it's easy to
select and then paste it into a terminal window.
Fix the explanation of "make git-release", as, since the previous
change, "make git-release" would simply run "make dist" rather
than "make distcheck".
Suggestion from Jim Meyering.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 11 +++++++++++
HACKING | 5 +++--
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b8ebd64..18d217c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-12-12 Stefano Lattarini <address@hidden>
+
+ hacking: some more fixlets
+ * HACKING (Release Procedure): Place the list of pre-release
+ bootstrap-and-test commands on a line of its own, so it's easy to
+ select and then paste it into a terminal window.
+ Fix the explanation of "make git-release", as, since the previous
+ change, "make git-release" would simply run "make dist" rather
+ than "make distcheck".
+ Suggestion from Jim Meyering.
+
2011-12-12 Peter Rosin <address@hidden>
* NEWS: Fix typo in 'make dist-bzip2' description.
diff --git a/HACKING b/HACKING
index 755bffd..8c437ed 100644
--- a/HACKING
+++ b/HACKING
@@ -203,13 +203,14 @@
* Update ChangeLog.
-* Run "./bootstrap && ./configure && make && make check && make distcheck".
+* Run this:
+ ./bootstrap && ./configure && make && make check && make distcheck
* Run `make release-stats' if release statistics in doc/automake.texi
have not been updated yet.
* Run `make git-release'.
- This will run distcheck to create the tarballs, commit the last
+ This will run "make dist" to create the tarballs, commit the last
NEWS/configure.ac/ChangeLog changes, tag the repository, sign
the tarballs, and upload them.
Use `make GNUPLOADFLAGS="--user key" git-release' to sign with
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-558-ge94a280,
Stefano Lattarini <=