Skip to content

Commit

Permalink
Remove UPDATE_LIBRARIES
Browse files Browse the repository at this point in the history
It has not been used since e48375c.
  • Loading branch information
nobu committed Apr 19, 2024
1 parent 3169c15 commit 801e4a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion common.mk
Expand Up @@ -411,7 +411,7 @@ configure-ext: $(EXTS_MK)
build-ext: $(EXTS_MK)
$(Q)$(MAKE) -f $(EXTS_MK) $(mflags) libdir="$(libdir)" LIBRUBY_EXTS=$(LIBRUBY_EXTS) \
EXTENCS="$(ENCOBJS)" BASERUBY="$(BASERUBY)" MINIRUBY="$(MINIRUBY)" \
UPDATE_LIBRARIES=no $(EXTSTATIC)
$(EXTSTATIC)
$(Q)$(MAKE) $(EXTS_NOTE)

exts-note: $(EXTS_MK)
Expand Down
1 change: 0 additions & 1 deletion ext/extmk.rb
Expand Up @@ -773,7 +773,6 @@ def mf.macro(name, values, max = 70)
end
submakeopts << 'EXTLDFLAGS="$(EXTLDFLAGS)"'
submakeopts << 'EXTINITS="$(EXTINITS)"'
submakeopts << 'UPDATE_LIBRARIES="$(UPDATE_LIBRARIES)"'
submakeopts << 'SHOWFLAGS='
mf.macro "SUBMAKEOPTS", submakeopts
mf.macro "NOTE_MESG", %w[$(RUBY) $(top_srcdir)/tool/lib/colorize.rb skip]
Expand Down

0 comments on commit 801e4a4

Please sign in to comment.