summaryrefslogtreecommitdiff
path: root/defs
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-04-10 11:39:45 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-04-10 11:54:40 +0900
commit0a93a3f4c63f025c47caf02c62f3d684ec456603 (patch)
tree81c764ff59dd4730d7dcef16a2ab53e0fd8590fd /defs
parent836da24e97d9443ffb75abbb35ced3ce52e8242f (diff)
downloadruby-0a93a3f4c63f025c47caf02c62f3d684ec456603.tar.gz
win32: fix RUBY_RELEASE_DATE in Makefile
As it is overridden by the definition in common.mk, instead define YEAR, MONTH and DAY which are used there. This macro is useful for daily build&installation by the combination with "relative-load", for example: ```sh $ ./configure --prefix=/. --enable-load-relative \ --with-destdir='$(HOME)/.rbenv/versions/$(RUBY_RELEASE_DATE)' ``` This can install images usable by rbenv per days.
Diffstat (limited to 'defs')
0 files changed, 0 insertions, 0 deletions