On 05/01/11 07:38, Ralf Wildenhues wrote:
Hello Jef,
* Jef Driesen wrote on Tue, Jan 04, 2011 at 09:54:15PM CET:
In a project of mine, I generate a header file which contains the
GIT commit sha1. It's generated using these rules:
This works very well, but I also have a windows resource file
Hello Jef,
* Jef Driesen wrote on Tue, Jan 04, 2011 at 09:54:15PM CET:
> In a project of mine, I generate a header file which contains the
> GIT commit sha1. It's generated using these rules:
> This works very well, but I also have a windows resource file to
> include a version resource in the dl
Hi,
In a project of mine, I generate a header file which contains the GIT commit
sha1. It's generated using these rules:
FORCE:
$(top_srcdir)/revision: FORCE
@if (test -d $(top_srcdir)/.git && cd $(top_srcdir) \
&& git rev-parse --verify HEAD) > revision-t 2>/dev/null \