1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-09 17:16:19 +02:00

unposted: Makefile.in: further to 43358 use same patchlevel form for the release file

This commit is contained in:
Oliver Kiddle 2018-09-03 16:25:03 +02:00
parent 5f0cda32b5
commit c257915890
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-09-03 Oliver Kiddle <okiddle@yahoo.co.uk>
* unposted: Makefile.in: further to 43358 use same patchlevel
form for the release file
2018-09-03 Daniel Shahaf <d.s@daniel.shahaf.name>
* 43333: Etc/Makefile.in: Generate FAQ.html in the builddir,

View File

@ -163,7 +163,7 @@ targz-src: $(DISTNAME).tar.gz
$(DISTNAME).tar.gz: FORCE
@$(sdir_top)/Util/mkdisttree.sh $(DISTNAME) $(sdir_top) $(dir_top) SRC \
$(MAKE) $(MAKEDEFS)
echo '#define ZSH_PATCHLEVEL "'`cd $(sdir_top) && git describe --tags --long`'"' >$(DISTNAME)/Src/patchlevel.h.release
echo '#define ZSH_PATCHLEVEL "'`cd $(sdir_top) && git describe --tags --long --abbrev=7`'"' >$(DISTNAME)/Src/patchlevel.h.release
tar cf - $(DISTNAME) | gzip -9 > $@
rm -rf $(DISTNAME)