diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-04-19 09:57:23 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-04-19 14:12:42 +0900 |
| commit | 801e4a4febbb226a7afd764c84b15f183d857815 (patch) | |
| tree | 733ee74bb4d66ac3def16a046aa9ab82805ff9c6 | |
| parent | 3169c15863497f4269b819b2dc3b1c5bff3699b0 (diff) | |
Remove UPDATE_LIBRARIES
It has not been used since e48375c112022fa321786ccd95dd4e718efd78a3.
| -rw-r--r-- | common.mk | 2 | ||||
| -rwxr-xr-x | ext/extmk.rb | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -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) diff --git a/ext/extmk.rb b/ext/extmk.rb index 6c7c7aeab7..2f76e174d5 100755 --- a/ext/extmk.rb +++ b/ext/extmk.rb @@ -773,7 +773,6 @@ begin 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] |
