ruby-changes:39366
From: nobu <ko1@a...>
Date: Thu, 30 Jul 2015 15:30:58 +0900 (JST)
Subject: [ruby-changes:39366] nobu:r51447 (trunk): common.mk: PHONY should be phony [ci skip]
nobu 2015-07-30 15:30:38 +0900 (Thu, 30 Jul 2015) New Revision: 51447 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51447 Log: common.mk: PHONY should be phony [ci skip] * common.mk (PHONY): should not depend on any real files, not to make those dependencies inadvertently. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 51446) +++ common.mk (revision 51447) @@ -660,7 +660,7 @@ $(PLATFORM_D): https://github.com/ruby/ruby/blob/trunk/common.mk#L660 $(Q) $(MAKEDIRS) $(PLATFORM_DIR) @exit > $@ -PHONY $(BUILTIN_ENCOBJS) $(BUILTIN_TRANSOBJS): $(ENC_TRANS_D) +$(BUILTIN_ENCOBJS) $(BUILTIN_TRANSOBJS): $(ENC_TRANS_D) $(ENC_TRANS_D): $(Q) $(MAKEDIRS) enc/trans -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/