mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
[Bug #21845] Rebuild gem extensions at RUBY_ABI_VERSION change
As `TARGET_SO_DIR_TIMESTAMP` contains `ruby_version`, after bumping `RUBY_ABI_VERSION` it should not be existing. Usually such outdated files will be removed by `make outdate-bundled-gems` automatically invoked by `make up`.
This commit is contained in:
parent
58f1127b51
commit
300927b4bb
Notes:
git
2026-01-20 10:55:07 +00:00
@ -592,6 +592,7 @@ gem = #{@gemname}
|
||||
build_complete = $(TARGET_GEM_DIR)/gem.build_complete
|
||||
install-so: build_complete
|
||||
clean-so:: clean-build_complete
|
||||
$(build_complete) $(OBJS): $(TARGET_SO_DIR_TIMESTAMP)
|
||||
|
||||
build_complete: $(build_complete)
|
||||
$(build_complete): $(TARGET_SO)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user