bug-gnulib
[Top][All Lists]
Advanced

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

Re: maint.mk questions


From: Eric Blake
Subject: Re: maint.mk questions
Date: Fri, 24 Apr 2009 20:17:42 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090302 Thunderbird/2.0.0.21 Mnenhy/0.7.6.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Jim Meyering on 4/24/2009 3:22 PM:
>>> Yes, it sounds like that would be worthwhile -- at least to you.
>> How about this patch?
>>
>> From: Eric Blake <address@hidden>
>> Date: Fri, 24 Apr 2009 14:58:02 -0600
>> Subject: [PATCH] vc-list-files: ignore git symlinks
>>
>> * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
>> than ls-files, to ignore git symlinks.
> 
> Looks fine.
> You're welcome to push it.

Both the vc-list-files and maint.mk patches are pushed.  I also pushed
this to coreutils:

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAknycsYACgkQ84KuGfSFAYCnWgCg2PKgA3y1BvNXxHx2613K7ZfA
8/sAoJtPsNBU73mlIKxkennOz8Q5nMhA
=hYo8
-----END PGP SIGNATURE-----
>From c86509d86e3e65c9e3342400b343c13bad0ff2f2 Mon Sep 17 00:00:00 2001
From: Eric Blake <address@hidden>
Date: Fri, 24 Apr 2009 20:16:27 -0600
Subject: [PATCH] cfg.mk: update to latest gnulib change

* cfg.mk (bootstrap-tools): Override maint.mk default to include
bison.
* gnulib: Update to latest gnulib.
---
 cfg.mk |    6 +++++-
 gnulib |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 3012a27..e4f608e 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -34,9 +34,13 @@ gpg_key_ID = B9AB9A16
 local-checks-to-skip = strftime-check

 # The local directory containing the checked-out copy of gnulib used in this
-# release.  Used solely to get gnulib's SHA1 for the "announcement" target.
+# release.  Used to get gnulib's SHA1 for the "announcement" target and
+# for signing release tags.
 gnulib_dir = gnulib

+# Tools used to bootstrap this package, used for "announcement".
+bootstrap-tools = autoconf,automake,gnulib,bison
+
 # Now that we have better tests, make this the default.
 export VERBOSE = yes

diff --git a/gnulib b/gnulib
index f937d16..b540166 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit f937d166906633801966f9cf3e0efe6767ed586f
+Subproject commit b54016675fd7e8e6b36444cde8ac85ff6302c7ff
-- 
1.6.1.2


reply via email to

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