diff options
Diffstat (limited to 'lang/ruby/3.2/patches/patch-common_mk')
| -rw-r--r-- | lang/ruby/3.2/patches/patch-common_mk | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/lang/ruby/3.2/patches/patch-common_mk b/lang/ruby/3.2/patches/patch-common_mk deleted file mode 100644 index 00be1f5..0000000 --- a/lang/ruby/3.2/patches/patch-common_mk +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | Enable verbose mode when building. | ||
| 2 | |||
| 3 | Don't regenerate rdoc documentation during install. | ||
| 4 | |||
| 5 | Index: common.mk | ||
| 6 | --- common.mk.orig | ||
| 7 | +++ common.mk | ||
| 8 | @@ -7,7 +7,7 @@ dll: $(LIBRUBY_SO) | ||
| 9 | .SUFFIXES: .rbinc .rb .inc .h .c .y .i .$(ASMEXT) .$(DTRACE_EXT) | ||
| 10 | |||
| 11 | # V=0 quiet, V=1 verbose. other values don't work. | ||
| 12 | -V = 0 | ||
| 13 | +V = 1 | ||
| 14 | V0 = $(V:0=) | ||
| 15 | Q1 = $(V:1=) | ||
| 16 | Q = $(Q1:0=@) | ||
| 17 | @@ -328,7 +328,7 @@ ext/configure-ext.mk: $(PREP) all-incs $(MKFILES) $(RB | ||
| 18 | configure-ext: $(EXTS_MK) | ||
| 19 | |||
| 20 | build-ext: $(EXTS_MK) | ||
| 21 | - $(Q)$(MAKE) -f $(EXTS_MK) $(mflags) libdir="$(libdir)" LIBRUBY_EXTS=$(LIBRUBY_EXTS) \ | ||
| 22 | + $(Q)$(MAKE) -f $(EXTS_MK) V=1 $(mflags) libdir="$(libdir)" LIBRUBY_EXTS=$(LIBRUBY_EXTS) \ | ||
| 23 | EXTENCS="$(ENCOBJS)" MINIRUBY="$(MINIRUBY)" UPDATE_LIBRARIES=no $(EXTSTATIC) | ||
| 24 | $(Q)$(MAKE) $(EXTS_NOTE) | ||
| 25 | |||
| 26 | @@ -572,7 +572,7 @@ dont-install-man: $(PREP) | ||
| 27 | post-no-install-man:: | ||
| 28 | @$(NULLCMD) | ||
| 29 | |||
| 30 | -install-doc: rdoc pre-install-doc do-install-doc post-install-doc | ||
| 31 | +install-doc: pre-install-doc do-install-doc post-install-doc | ||
| 32 | pre-install-doc:: install-prereq | ||
| 33 | do-install-doc: $(PROGRAM) pre-install-doc | ||
| 34 | $(INSTRUBY) --make="$(MAKE)" $(INSTRUBY_ARGS) --install=rdoc $(INSTALL_DOC_OPTS) | ||
