[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUMakefile: don't fail if there is no .tarball-version
From: |
Eric Blake |
Subject: |
Re: GNUMakefile: don't fail if there is no .tarball-version |
Date: |
Wed, 04 Jun 2008 05:36:04 -0600 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080421 Thunderbird/2.0.0.14 Mnenhy/0.7.5.666 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to Bruno Haible on 6/4/2008 4:41 AM:
| @@ -3418,8 +3418,9 @@
| # Except config-h, which breaks all modules which use HAVE_CONFIG_H.
| # Except fnmatch-posix, which conflicts with fnmatch-gnu. FIXME.
| # Except ftruncate, mountlist, which abort the configuration on
mingw. FIXME.
| + # Except gnumakefile, which breaks when there is no file
'.tarball-version'.
But it is NOT gnumakefile in isolation that breaks the build. It is the
combination of gnumakefile AND git-version-gen.
| modules=`func_all_modules`
| - modules=`for m in $modules; do case $m in config-h | fnmatch-posix
| ftruncate | mountlist) ;; *) echo $m;; esac; done`
| + modules=`for m in $modules; do case $m in config-h | fnmatch-posix
| ftruncate | mountlist | gnumakefile) ;; *) echo $m;; esac; done`
At any rate, I can agree with excluding it from the test, since it does
not provide a compiling function, so much as a maintainer help.
- --
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
iEYEARECAAYFAkhGfiQACgkQ84KuGfSFAYCIqQCcDhuTe8/k/Ql7YYOqwL1f96ak
IiIAnRATKSA1vTf7x3ccE8Y4WeIb3QWj
=bdWj
-----END PGP SIGNATURE-----
- GNUMakefile: don't fail if there is no .tarball-version, Simon Josefsson, 2008/06/02
- Re: GNUMakefile: don't fail if there is no .tarball-version, Jim Meyering, 2008/06/02
- Re: GNUMakefile: don't fail if there is no .tarball-version, Simon Josefsson, 2008/06/03
- Re: GNUMakefile: don't fail if there is no .tarball-version, Eric Blake, 2008/06/03
- Re: GNUMakefile: don't fail if there is no .tarball-version, Simon Josefsson, 2008/06/03
- Re: GNUMakefile: don't fail if there is no .tarball-version, Eric Blake, 2008/06/04
- Re: GNUMakefile: don't fail if there is no .tarball-version, Bruno Haible, 2008/06/04
- Re: GNUMakefile: don't fail if there is no .tarball-version,
Eric Blake <=
- Re: GNUMakefile: don't fail if there is no .tarball-version, Bruno Haible, 2008/06/04
- Re: GNUMakefile: don't fail if there is no .tarball-version, Simon Josefsson, 2008/06/04
- Re: GNUMakefile: don't fail if there is no .tarball-version, Eric Blake, 2008/06/04
- Re: GNUMakefile: don't fail if there is no .tarball-version, Simon Josefsson, 2008/06/04
- Re: GNUMakefile: don't fail if there is no .tarball-version, Bruno Haible, 2008/06/04
- Re: GNUMakefile: don't fail if there is no .tarball-version, Eric Blake, 2008/06/04
- Re: GNUMakefile: don't fail if there is no .tarball-version, Jim Meyering, 2008/06/05
- Re: GNUMakefile: don't fail if there is no .tarball-version, Simon Josefsson, 2008/06/07
- Re: GNUMakefile: don't fail if there is no .tarball-version, Bruno Haible, 2008/06/04