summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-12-08 12:42:27 +0100
committerRichard Levitte <levitte@openssl.org>2015-12-08 21:04:53 +0100
commit4d3c30a1799bf7b4dc7223b84417c4de992a6b9c (patch)
tree882459c4889a92780c7f503377b7d6f7941dd1d5 /Makefile.org
parentd05775d7034d97c46faf06349c114ed6ad01ebbe (diff)
Make it possible to affect the way dists are made
Introducing DISTTARVARS to propagate changed variables down to the tar-making target. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org
index b0d2fcf392..92d788a70b 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -519,8 +519,7 @@ tar-snap: $(TARFILE).list
dist:
$(PERL) Configure dist
@$(MAKE) SDIRS='$(SDIRS)' clean
- @$(MAKE) TAR='$(TAR)' TARFLAGS='$(TARFLAGS)' \
- TARFILE='$(TARFILE)' NAME='$(NAME)' tar
+ @$(MAKE) TAR='$(TAR)' TARFLAGS='$(TARFLAGS)' $(DISTTARVARS) tar
install: all install_docs install_sw