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:
parent
e9c3de4764
commit
eb3906c6b8
1 changed files with 2 additions and 1 deletions
|
@ -1266,11 +1266,12 @@ lldb-ruby: $(PROGRAM) PHONY
|
||||||
lldb $(enable_shared:yes=-o 'target modules add ${LIBRUBY_SO}') -o '$(LLDB_INIT)' $(PROGRAM) -- $(TESTRUN_SCRIPT)
|
lldb $(enable_shared:yes=-o 'target modules add ${LIBRUBY_SO}') -o '$(LLDB_INIT)' $(PROGRAM) -- $(TESTRUN_SCRIPT)
|
||||||
|
|
||||||
DISTPKGS = gzip,zip,all
|
DISTPKGS = gzip,zip,all
|
||||||
|
PKGSDIR = tmp
|
||||||
dist:
|
dist:
|
||||||
$(BASERUBY) $(tooldir)/make-snapshot \
|
$(BASERUBY) $(tooldir)/make-snapshot \
|
||||||
-srcdir=$(srcdir) -packages=$(DISTPKGS) \
|
-srcdir=$(srcdir) -packages=$(DISTPKGS) \
|
||||||
-unicode-version=$(UNICODE_VERSION) \
|
-unicode-version=$(UNICODE_VERSION) \
|
||||||
tmp $(RELNAME)
|
$(DISTOPTS) $(PKGSDIR) $(RELNAME)
|
||||||
|
|
||||||
up:: update-remote
|
up:: update-remote
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue