Commit 2ef9e6b8 by Maarten L. Hekkelman

version string

parent 48d9d22d
...@@ -104,8 +104,8 @@ REVISION_FILE = version-info-$(REVISION).txt ...@@ -104,8 +104,8 @@ REVISION_FILE = version-info-$(REVISION).txt
$(REVISION_FILE): $(REVISION_FILE):
rm -f version-info-*.txt rm -f version-info-*.txt
git describe --match=build --dirty --always > $@ git describe --match=build --dirty > $@
git log --pretty=fuller -1 >> $@ git log --pretty=medium --date=iso8601 -1 >> $@
rsrc: rsrc:
@ mkdir -p $@ @ mkdir -p $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment