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_0_2f~53 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=89cd4fb5e9ff1018fd5502dc10de2be8ce0cccd8;p=oweals%2Fopenssl.git 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 (cherry picked from commit 4d3c30a1799bf7b4dc7223b84417c4de992a6b9c) --- 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