bug-gnulib
[Top][All Lists]
Advanced

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

Re: GNUMakefile: don't fail if there is no .tarball-version


From: Bruno Haible
Subject: Re: GNUMakefile: don't fail if there is no .tarball-version
Date: Wed, 4 Jun 2008 22:19:32 +0200
User-agent: KMail/1.5.4

Eric Blake wrote:
> it is not GNUmakefile that is wrong, it is the fact that you are 
> including git-version-gen but violating the requirements of git-version-gen.

I disagree. git-version-gen does not have the requirement that a file
.tarball-version does exist. git-version-gen has the requirement that the
first argument that you pass it must exist. (gnulib-tool itself for example
passes /dev/null.)

GNUmakefile passes the argument $(srcdir)/.tarball-version to git-version-gen
without testing whether this file exists or not. This is the bug IMO.

Bruno





reply via email to

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