From 4d3c30a1799bf7b4dc7223b84417c4de992a6b9c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 8 Dec 2015 12:42:27 +0100 Subject: [PATCH] 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 --- Makefile.org | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.25.1