mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
unposted: Makefile.in: further to 43358 use same patchlevel form for the release file
This commit is contained in:
parent
5f0cda32b5
commit
c257915890
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2018-09-03 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||||
|
|
||||||
* 43333: Etc/Makefile.in: Generate FAQ.html in the builddir,
|
* 43333: Etc/Makefile.in: Generate FAQ.html in the builddir,
|
||||||
|
|
|
@ -163,7 +163,7 @@ targz-src: $(DISTNAME).tar.gz
|
||||||
$(DISTNAME).tar.gz: FORCE
|
$(DISTNAME).tar.gz: FORCE
|
||||||
@$(sdir_top)/Util/mkdisttree.sh $(DISTNAME) $(sdir_top) $(dir_top) SRC \
|
@$(sdir_top)/Util/mkdisttree.sh $(DISTNAME) $(sdir_top) $(dir_top) SRC \
|
||||||
$(MAKE) $(MAKEDEFS)
|
$(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 > $@
|
tar cf - $(DISTNAME) | gzip -9 > $@
|
||||||
rm -rf $(DISTNAME)
|
rm -rf $(DISTNAME)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue