mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +01:00
makefile: Put proton version into version file, too
This commit is contained in:
parent
4a5f7064b3
commit
971cdf9a42
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ $(DIST_COPY_TARGETS): | $(DST_DIR)
|
|||
cp -a $(SRCDIR)/$(notdir $@) $@
|
||||
|
||||
$(DIST_VERSION): | $(DST_DIR)
|
||||
date '+%s' > $@
|
||||
echo `date '+%s'` `GIT_DIR=$(abspath $(SRCDIR)/.git) git describe --tags` > $@
|
||||
cp $(DIST_VERSION) $(DST_BASE)/
|
||||
|
||||
$(DIST_COMPAT_MANIFEST): $(COMPAT_MANIFEST_TEMPLATE) $(MAKEFILE_DEP) | $(DST_DIR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue