From bdc6d41640f07d260b66eaaeea38145789227513 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 21 Apr 2017 03:01:12 +0000 Subject: ext/extmk.rb: colorize notes [Feature #13302] * common.mk (build-ext): pass variables to colorize. * ext/extmk.rb: colorize notes with tool/colorize.rb. * tool/colorize.rb: extract from tool/generic_erb.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 42874b167f..f4545c2527 100644 --- a/common.mk +++ b/common.mk @@ -235,7 +235,7 @@ configure-ext: $(EXTS_MK) build-ext: $(EXTS_MK) $(Q)$(MAKE) -f $(EXTS_MK) $(mflags) libdir="$(libdir)" LIBRUBY_EXTS=$(LIBRUBY_EXTS) \ EXTENCS="$(ENCOBJS)" UPDATE_LIBRARIES=no $(EXTSTATIC) - $(Q)$(MAKE) -f $(EXTS_MK) $(mflags) note + $(Q)$(MAKE) -f $(EXTS_MK) $(mflags) RUBY="$(MINIRUBY)" top_srcdir="$(srcdir)" note ext/extinit.c: $(srcdir)/template/extinit.c.tmpl $(Q)$(MINIRUBY) $(srcdir)/tool/generic_erb.rb -o $@ -c \ -- cgit v1.2.3