nmh-commits
[Top][All Lists]
Advanced

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

Re: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, upd


From: Eric Gillespie
Subject: Re: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-165-ga65a4bc
Date: Mon, 01 Dec 2014 23:29:56 -0800

Lyndon Nerenberg <address@hidden> writes:

> commit a65a4bcf635f8be1b35e0cf0c506894a92f62acf
> Author: Lyndon Nerenberg <address@hidden>
> Date:   Sun Oct 5 00:26:11 2014 -0700
> 
>     If building from a non-master git branch, include the branch name in the 
> version string.

-config/version.c: Makefile
-       sh $(srcdir)/config/version.sh $(VERSION) > ./config/version.c
+config/version.c: Makefile config/version.sh
+       env srcdir="$(srcdir)" sh $(srcdir)/config/version.sh $(VERSION) > 
./config/version.c

Is that right?  Why does it depend on config/version.sh rather
than $(srcdir)/config/version.sh ?  Does it even exist in the
build dir when build dir != srcdir ?

Thanks.



reply via email to

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