[前][次][番号順一覧][スレッド一覧]

ruby-changes:46124

From: nobu <ko1@a...>
Date: Sun, 2 Apr 2017 12:05:15 +0900 (JST)
Subject: [ruby-changes:46124] nobu:r58237 (trunk): update configure by prereq [ci skip]

nobu	2017-04-02 12:05:10 +0900 (Sun, 02 Apr 2017)

  New Revision: 58237

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58237

  Log:
    update configure by prereq [ci skip]

  Modified files:
    trunk/Makefile.in
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 58236)
+++ Makefile.in	(revision 58237)
@@ -318,6 +318,8 @@ $(srcdir)/aclocal.m4: https://github.com/ruby/ruby/blob/trunk/Makefile.in#L318
 	type $(ACLOCAL) >/dev/null 2>&1 && exec $(ACLOCAL); \
 	touch $(@F)
 
+prereq: $(srcdir)/$(CONFIGURE)
+
 incs: id.h
 all-incs: probes.h
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]