From b032d111abc06e166b890f9f4d2a757af80116fd Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 7 Jan 2016 03:06:58 +0000 Subject: mkmf.rb: library installation messages * lib/mkmf.rb (configuration, dummy_makefile, create_makefile): show library installation messages only when any files need to be updated. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/ripper/depend | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ext/ripper') diff --git a/ext/ripper/depend b/ext/ripper/depend index 64236cd592..3aa7986a23 100644 --- a/ext/ripper/depend +++ b/ext/ripper/depend @@ -24,9 +24,12 @@ ripper.y: $(srcdir)/tools/preproc.rb $(top_srcdir)/parse.y $(Q) $(RUBY) $(srcdir)/tools/preproc.rb ripper.tmp.y --output=$@ $(Q) $(RM) ripper.tmp.y -check: $(GEN) $(SRC1) $(SRC2) +check: .eventids2.check + +.eventids2.check: $(GEN) $(SRC1) $(SRC2) $(ECHO) checking $(SRC1) and $(SRC2) $(Q) $(RUBY) $(GEN) --mode=check --ids1src=$(SRC1) --ids2src=$(SRC2) + @exit > $@ eventids1.c: $(srcdir)/tools/generate.rb $(SRC1) $(ECHO) generating $@ from $(SRC1) -- cgit v1.2.3