提交 d4fd8999 编写于 作者: R Richard Levitte

Make sure to run util/mktar.sh from the source directory

Reviewed-by: NMatthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7696)

(cherry picked from commit b741f153b2f24139d7210b1b0c9caf561f4900e8)
上级 105d4c0c
...@@ -227,6 +227,7 @@ TARFLAGS= {- $target{TARFLAGS} -} ...@@ -227,6 +227,7 @@ TARFLAGS= {- $target{TARFLAGS} -}
BASENAME= openssl BASENAME= openssl
NAME= $(BASENAME)-$(VERSION) NAME= $(BASENAME)-$(VERSION)
# Relative to $(SRCDIR)
TARFILE= ../$(NAME).tar TARFILE= ../$(NAME).tar
##### Project flags ################################################## ##### Project flags ##################################################
...@@ -831,7 +832,7 @@ tags TAGS: FORCE ...@@ -831,7 +832,7 @@ tags TAGS: FORCE
# Release targets (note: only available on Unix) ##################### # Release targets (note: only available on Unix) #####################
tar: tar:
$(SRCDIR)/util/mktar.sh --name='$(NAME)' --tarfile='$(TARFILE)' (cd $(SRCDIR); ./util/mktar.sh --name='$(NAME)' --tarfile='$(TARFILE)')
# Helper targets ##################################################### # Helper targets #####################################################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册