summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-19 15:35:14 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-19 15:35:14 +0900
commitf3e081c6b6f877c498ce9203429ee4fd7e812837 (patch)
treec1d52d5798d9f65680267e65ffc8bcb99bf0098c /common.mk
parentaa21a775a652098d7c27ab86e365d205314685fd (diff)
Build configured extension libraries only
Consider the libraries, which remain exts.mk but not listed in ext/configure-ext.mk, removed.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index a3d7560606..3a54b0e9e9 100644
--- a/common.mk
+++ b/common.mk
@@ -279,7 +279,7 @@ $(EXTS_MK): ext/configure-ext.mk $(srcdir)/template/exts.mk.tmpl \
EXTLDFLAGS="$(EXTLDFLAGS)" srcdir="$(srcdir)"
$(ECHO) generating makefile $@
$(Q)$(MINIRUBY) $(tooldir)/generic_erb.rb -o $@ -c \
- $(srcdir)/template/exts.mk.tmpl --gnumake=$(gnumake)
+ $(srcdir)/template/exts.mk.tmpl --gnumake=$(gnumake) --configure-exts=ext/configure-ext.mk
ext/configure-ext.mk: $(PREP) all-incs $(MKFILES) $(RBCONFIG) $(LIBRUBY) \
$(srcdir)/template/configure-ext.mk.tmpl