[PATCH] build: check .git directory existence in srcdir (for out-of-tree builds)

2014-07-09 Thread David Bremner
Tomi Ollila writes: > So that $(VERSION) and version.stamp uses the git-describe -based > version data instead of the content of `version' file. pushed. d

Re: [PATCH] build: check .git directory existence in srcdir (for out-of-tree builds)

2014-07-09 Thread David Bremner
Tomi Ollila writes: > So that $(VERSION) and version.stamp uses the git-describe -based > version data instead of the content of `version' file. pushed. d ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

[PATCH] build: check .git directory existence in srcdir (for out-of-tree builds)

2014-07-06 Thread Tomi Ollila
On Sat, Jul 05 2014, David Bremner wrote: > Tomi Ollila writes: > >> So that $(VERSION) and version.stamp uses the git-describe -based >> version data instead of the content of `version' file. >> >> For consistency also the git commands in Makefile[.local] target >> `verify-no-dirty-code' uses t

Re: [PATCH] build: check .git directory existence in srcdir (for out-of-tree builds)

2014-07-06 Thread Tomi Ollila
On Sat, Jul 05 2014, David Bremner wrote: > Tomi Ollila writes: > >> So that $(VERSION) and version.stamp uses the git-describe -based >> version data instead of the content of `version' file. >> >> For consistency also the git commands in Makefile[.local] target >> `verify-no-dirty-code' uses t

[PATCH] build: check .git directory existence in srcdir (for out-of-tree builds)

2014-07-05 Thread David Bremner
Tomi Ollila writes: > So that $(VERSION) and version.stamp uses the git-describe -based > version data instead of the content of `version' file. > > For consistency also the git commands in Makefile[.local] target > `verify-no-dirty-code' uses the git --git-dir=$srcdir/.git ... > commands (inside

Re: [PATCH] build: check .git directory existence in srcdir (for out-of-tree builds)

2014-07-05 Thread David Bremner
Tomi Ollila writes: > So that $(VERSION) and version.stamp uses the git-describe -based > version data instead of the content of `version' file. > > For consistency also the git commands in Makefile[.local] target > `verify-no-dirty-code' uses the git --git-dir=$srcdir/.git ... > commands (inside

[PATCH] build: check .git directory existence in srcdir (for out-of-tree builds)

2014-05-06 Thread Tomi Ollila
So that $(VERSION) and version.stamp uses the git-describe -based version data instead of the content of `version' file. For consistency also the git commands in Makefile[.local] target `verify-no-dirty-code' uses the git --git-dir=$srcdir/.git ... commands (inside ifeq($(IS_GIT),yes)). Attempting

[PATCH] build: check .git directory existence in srcdir (for out-of-tree builds)

2014-05-06 Thread Tomi Ollila
So that $(VERSION) and version.stamp uses the git-describe -based version data instead of the content of `version' file. For consistency also the git commands in Makefile[.local] target `verify-no-dirty-code' uses the git --git-dir=$srcdir/.git ... commands (inside ifeq($(IS_GIT),yes)). Attempting