[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU M4 source repository branch, branch-1.4, updated. v1.4.16-19-g
From: |
Eric Blake |
Subject: |
[SCM] GNU M4 source repository branch, branch-1.4, updated. v1.4.16-19-g118378c |
Date: |
Fri, 21 Sep 2012 16:13:08 +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 M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=118378c9d104bf6b1f18931896f6cccc62a79591
The branch, branch-1.4 has been updated
via 118378c9d104bf6b1f18931896f6cccc62a79591 (commit)
from 2fdc2f744de4365b8cafc962f6ccbbb03640358e (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 118378c9d104bf6b1f18931896f6cccc62a79591
Author: Eric Blake <address@hidden>
Date: Fri Sep 21 09:39:11 2012 -0600
maint: drop more CVS cruft
Commit 47c48ce was intended to remove all CVS support, but missed
some pieces.
* bootstrap (Version control): Don't generate .cvsignore or
prepopulate m4/.gitignore.
* .gitignore: Allow m4/gnulib-cache.m4 manually.
Reported by Stefano Lattarini.
Signed-off-by: Eric Blake <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 3 +++
ChangeLog | 7 +++++++
bootstrap | 22 +---------------------
3 files changed, 11 insertions(+), 21 deletions(-)
diff --git a/.gitignore b/.gitignore
index a336b02..4cc8909 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@ configure
configure.lineno
CVS
/depcomp
+/doc/.gitignore
/doc/fdl-1.3.texi
/doc/gendocs_template
/doc/gpl-3.0.texi
@@ -52,6 +53,8 @@ gnupload
/lib/*
!/lib/Makefile.am
link-warning.h
+/m4/*
+!/m4/gnulib-cache.m4
m4-*
/maint.mk
Makefile.in
diff --git a/ChangeLog b/ChangeLog
index f06d5f4..b195961 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-09-21 Eric Blake <address@hidden>
+
+ maint: drop more CVS cruft
+ * bootstrap (Version control): Don't generate .cvsignore or
+ prepopulate m4/.gitignore.
+ * .gitignore: Allow m4/gnulib-cache.m4 manually.
+
2012-09-06 Eric Blake <address@hidden>
maint: enable gcc warnings during git development
diff --git a/bootstrap b/bootstrap
index b554a57..c57cfd3 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# bootstrap (GNU M4) version 2012-07-21
+# bootstrap (GNU M4) version 2012-09-21
# Written by Gary V. Vaughan <address@hidden>
# Copyright (C) 2004-2012 Free Software Foundation, Inc.
@@ -213,26 +213,6 @@ func_update ()
## Version control. ##
## ---------------- ##
-# gnulib-tool updates m4/.{git,cvs}ignore and lib/.{git,cvs}ignore, and
-# keeping generated files under version control does not make sense.
-# Since lib is entirely ignored, we only need to prepopulate the m4 ignore
-# files with generated files not tracked by gnulib-tool.
-if test -f $config_macro_dir/.gitignore ; then
- :
-else
- func_echo "creating initial $config_macro_dir/.cvsignore"
- cat > $config_macro_dir/.cvsignore <<\EOF
-# files created by gnulib, but that gnulib doesn't track
-*~
-.cvsignore
-.gitignore
-gnulib-comp.m4
-# gnulib-tool edits below here
-EOF
- func_echo "creating initial $config_macro_dir/.gitignore"
- cp $config_macro_dir/.cvsignore $config_macro_dir/.gitignore
-fi
-
# See if we can use gnulib's git-merge-changelog merge driver.
if test -d .git && (git --version) >/dev/null 2>/dev/null ; then
if git config merge.merge-changelog.driver >/dev/null ; then
hooks/post-receive
--
GNU M4 source repository
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU M4 source repository branch, branch-1.4, updated. v1.4.16-19-g118378c,
Eric Blake <=