From: Richard Levitte Date: Tue, 8 Dec 2015 11:42:27 +0000 (+0100) Subject: Make it possible to affect the way dists are made X-Git-Tag: OpenSSL_1_1_0-pre1~82 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=4d3c30a1799bf7b4dc7223b84417c4de992a6b9c;hp=d05775d7034d97c46faf06349c114ed6ad01ebbe 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 --- 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