mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 17:14:01 +02:00
merge revision(s) 32d1ce96e0
:
Fix race conditions when cleaning extensions Clean built directories by `make distclean`, and then clean leftover makefiles for skipped extensions. --- template/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+)
This commit is contained in:
parent
ae6f46db35
commit
e7b557cefe
2 changed files with 5 additions and 1 deletions
|
@ -512,6 +512,10 @@ ext/realclean:: ext/realclean.sub
|
||||||
.bundle/distclean:: .bundle/distclean.sub
|
.bundle/distclean:: .bundle/distclean.sub
|
||||||
.bundle/realclean:: .bundle/realclean.sub
|
.bundle/realclean:: .bundle/realclean.sub
|
||||||
|
|
||||||
|
ext/clean.sub .bundle/clean.sub:: ext/clean.mk
|
||||||
|
ext/distclean.sub .bundle/distclean.sub:: ext/distclean.mk
|
||||||
|
ext/realclean.sub .bundle/realclean.sub:: ext/realclean.mk
|
||||||
|
|
||||||
ext/clean.sub ext/distclean.sub ext/realclean.sub \
|
ext/clean.sub ext/distclean.sub ext/realclean.sub \
|
||||||
.bundle/clean.sub .bundle/distclean.sub .bundle/realclean.sub::
|
.bundle/clean.sub .bundle/distclean.sub .bundle/realclean.sub::
|
||||||
$(Q) set dummy `echo "${EXTS}" | tr , ' '`; shift; \
|
$(Q) set dummy `echo "${EXTS}" | tr , ' '`; shift; \
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
|
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
|
||||||
#define RUBY_VERSION_TEENY 3
|
#define RUBY_VERSION_TEENY 3
|
||||||
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
|
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
|
||||||
#define RUBY_PATCHLEVEL 95
|
#define RUBY_PATCHLEVEL 96
|
||||||
|
|
||||||
#define RUBY_RELEASE_YEAR 2022
|
#define RUBY_RELEASE_YEAR 2022
|
||||||
#define RUBY_RELEASE_MONTH 10
|
#define RUBY_RELEASE_MONTH 10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue