[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-255-g55b11a9 |
Date: |
Sun, 01 Mar 2009 15:48:34 +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=55b11a9376f95c4a4f7eb9e0fc0b6940e71e88a5
The branch, master has been updated
via 55b11a9376f95c4a4f7eb9e0fc0b6940e71e88a5 (commit)
from 2a5d004671522477d177d1e9553c5a0a1954fd5c (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 55b11a9376f95c4a4f7eb9e0fc0b6940e71e88a5
Author: Ralf Wildenhues <address@hidden>
Date: Sun Mar 1 16:47:45 2009 +0100
Fix comment typo.
* lib/am/distdir.am (distcheck): Fix typo in comment.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 3 +++
lib/am/distdir.am | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 797ce8a..3f2092e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-03-01 Ralf Wildenhues <address@hidden>
+ Fix comment typo.
+ * lib/am/distdir.am (distcheck): Fix typo in comment.
+
Ignore generated files below doc/amhello for git.
* doc/amhello/.gitignore: New file.
diff --git a/lib/am/distdir.am b/lib/am/distdir.am
index 81d2210..5acfa49 100644
--- a/lib/am/distdir.am
+++ b/lib/am/distdir.am
@@ -422,7 +422,7 @@ distcheck: dist
## to allow DESTDIR installations. Otherwise "$(DESTDIR)$(prefix)" would
## expand to "c:/temp/am-dc-5668/c:/src/package/package-1.0/_inst".
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e
's,^[^:\\/]:[\\/],/,'` \
-## We will attemp a DESTDIR install in $dc_destdir. We don't
+## We will attempt a DESTDIR install in $dc_destdir. We don't
## create this directory under $dc_install_base, because it would
## create very long directory names.
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-255-g55b11a9,
Ralf Wildenhues <=