From 3029014467c634c6b767e131c4d3f9beb3e44932 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 17 Sep 2017 04:14:51 +0000 Subject: Rename bin/ruby as exe/ruby * common.mk, configure.in: rename the bin directory to run build executable as exe, to get rid of overwriting true files at the installation. [ruby-dev:50250] [Bug #13911] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index c7d044ca93..a3caea7c3c 100644 --- a/common.mk +++ b/common.mk @@ -777,12 +777,12 @@ $(PLATFORM_D): $(Q) $(MAKEDIRS) $(PLATFORM_DIR) $(@D) @exit > $@ -bin/$(PROGRAM): ruby-runner.c ruby-runner.h $(TIMESTAMPDIR)/.bin.time +exe/$(PROGRAM): ruby-runner.c ruby-runner.h exe/.time $(Q) $(PURIFY) $(CC) $(CFLAGS) $(CPPFLAGS) -DRUBY_INSTALL_NAME=$(@F) $(LDFLAGS) $(LIBS) $(OUTFLAG)$@ $< -$(TIMESTAMPDIR)/.bin.time: - $(Q) $(MAKEDIRS) bin $(@D) - $(Q) exit > $@ +exe/.time: + $(Q) $(MAKEDIRS) exe $(@D) + @exit > $@ $(BUILTIN_ENCOBJS) $(BUILTIN_TRANSOBJS): $(ENC_TRANS_D) -- cgit v1.2.3