We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849087c commit 9821f6dCopy full SHA for 9821f6d
defs/gmake.mk
@@ -56,6 +56,13 @@ ifeq ($(if $(filter all main exts enc trans libencs libenc libtrans \
56
-include $(SHOWFLAGS)
57
endif
58
59
+ifeq ($(HAVE_BASERUBY):$(HAVE_GIT),yes:yes)
60
+override modified := $(shell $(BASERUBY) -C $(srcdir) tool/file2lastrev.rb --modified='%Y %m %d')
61
+override RUBY_RELEASE_YEAR := $(word 1,$(modified))
62
+override RUBY_RELEASE_MONTH := $(word 2,$(modified))
63
+override RUBY_RELEASE_DAY := $(word 3,$(modified))
64
+endif
65
+
66
ifneq ($(filter universal-%,$(arch)),)
67
define archcmd
68
%.$(1).S: %.c
0 commit comments