1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

dist: added DISTOPTS and PKGSDIR

This commit is contained in:
Nobuyoshi Nakada 2020-11-22 11:30:54 +09:00
parent e9c3de4764
commit eb3906c6b8
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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