ruby-changes:59646
From: Nobuyoshi <ko1@a...>
Date: Wed, 8 Jan 2020 18:44:03 +0900 (JST)
Subject: [ruby-changes:59646] 23218d4ab2 (master): config.status should be newer than config.cache if exists
https://git.ruby-lang.org/ruby.git/commit/?id=23218d4ab2 From 23218d4ab287c63e67314e33079fba56593af4c8 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Wed, 8 Jan 2020 18:35:21 +0900 Subject: config.status should be newer than config.cache if exists diff --git a/defs/gmake.mk b/defs/gmake.mk index 226e106..bde5a8f 100644 --- a/defs/gmake.mk +++ b/defs/gmake.mk @@ -107,6 +107,8 @@ else https://github.com/ruby/ruby/blob/trunk/defs/gmake.mk#L107 $(Q) $(RMALL) make_des_table* endif +config.status: $(wildcard config.cache) + STUBPROGRAM = rubystub$(EXEEXT) IGNOREDPATTERNS = %~ .% %.orig %.rej \#%\# SCRIPTBINDIR := $(if $(EXEEXT),,exec/) -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/