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:06:18 +0100
commit89cd4fb5e9ff1018fd5502dc10de2be8ce0cccd8 (patch)
tree78b6edef60cd4da7ed35f8b2a32c8668489a2571 /Makefile.org
parentc44844d928ad3c471c8dbe8baf2df8957900125b (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> (cherry picked from commit 4d3c30a1799bf7b4dc7223b84417c4de992a6b9c)
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 e035fc4d2b..1ac6d5e09a 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -525,8 +525,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