aboutsummaryrefslogtreecommitdiff
path: root/Configurations
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-11-24 11:27:50 +0100
committerRichard Levitte <levitte@openssl.org>2018-11-24 18:40:31 +0100
commitb741f153b2f24139d7210b1b0c9caf561f4900e8 (patch)
treec5fa14e3e79292ad20cfb17b81e2e474fe8a866c /Configurations
parent76bc401cc63219a462224884cb4af787e17725ed (diff)
downloadopenssl-b741f153b2f24139d7210b1b0c9caf561f4900e8.zip
openssl-b741f153b2f24139d7210b1b0c9caf561f4900e8.tar.gz
openssl-b741f153b2f24139d7210b1b0c9caf561f4900e8.tar.bz2
Make sure to run util/mktar.sh from the source directory
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/7696)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/unix-Makefile.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index b5c6991..ecdd0c1 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -231,6 +231,7 @@ TARFLAGS= {- $target{TARFLAGS} -}
BASENAME= openssl
NAME= $(BASENAME)-$(VERSION)
+# Relative to $(SRCDIR)
TARFILE= ../$(NAME).tar
##### Project flags ##################################################
@@ -873,7 +874,7 @@ tags TAGS: FORCE
# Release targets (note: only available on Unix) #####################
tar:
- $(SRCDIR)/util/mktar.sh --name='$(NAME)' --tarfile='$(TARFILE)'
+ (cd $(SRCDIR); ./util/mktar.sh --name='$(NAME)' --tarfile='$(TARFILE)')
# Helper targets #####################################################