From eb3906c6b8ea3d88c5c53cb420e18dcda4d7081e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 22 Nov 2020 11:30:54 +0900 Subject: dist: added DISTOPTS and PKGSDIR --- common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 7e585d3fff..c23df49e6c 100644 --- a/common.mk +++ b/common.mk @@ -1266,11 +1266,12 @@ lldb-ruby: $(PROGRAM) PHONY lldb $(enable_shared:yes=-o 'target modules add ${LIBRUBY_SO}') -o '$(LLDB_INIT)' $(PROGRAM) -- $(TESTRUN_SCRIPT) DISTPKGS = gzip,zip,all +PKGSDIR = tmp dist: $(BASERUBY) $(tooldir)/make-snapshot \ -srcdir=$(srcdir) -packages=$(DISTPKGS) \ -unicode-version=$(UNICODE_VERSION) \ - tmp $(RELNAME) + $(DISTOPTS) $(PKGSDIR) $(RELNAME) up:: update-remote -- cgit v1.2.3