projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
105d4c0
)
Make sure to run util/mktar.sh from the source directory
author
Richard Levitte
<levitte@openssl.org>
Sat, 24 Nov 2018 10:27:50 +0000
(11:27 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 24 Nov 2018 17:43:54 +0000
(18:43 +0100)
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7696)
(cherry picked from commit
b741f153b2f24139d7210b1b0c9caf561f4900e8
)
Configurations/unix-Makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/unix-Makefile.tmpl
b/Configurations/unix-Makefile.tmpl
index 003b28ad85de674adc3174ddc2b42b8a2d97eb49..3d999850546cf4da903f2bbc5e1591106e6e251f 100644
(file)
--- a/
Configurations/unix-Makefile.tmpl
+++ b/
Configurations/unix-Makefile.tmpl
@@
-227,6
+227,7
@@
TARFLAGS= {- $target{TARFLAGS} -}
BASENAME= openssl
NAME= $(BASENAME)-$(VERSION)
+# Relative to $(SRCDIR)
TARFILE= ../$(NAME).tar
##### Project flags ##################################################
@@
-831,7
+832,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 #####################################################