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

ruby-changes:43267

From: nobu <ko1@a...>
Date: Thu, 9 Jun 2016 18:12:49 +0900 (JST)
Subject: [ruby-changes:43267] nobu:r55341 (trunk): Makefile.in: un-runnable

nobu	2016-06-09 18:12:44 +0900 (Thu, 09 Jun 2016)

  New Revision: 55341

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

  Log:
    Makefile.in: un-runnable
    
    * Makefile.in (un-runnable): fail with proper error message.
      [ruby-core:75905] [Bug #12472]

  Modified files:
    trunk/ChangeLog
    trunk/Makefile.in
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 55340)
+++ ChangeLog	(revision 55341)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Jun  9 18:12:42 2016  Nobuyoshi Nakada  <nobu@r...>
+
+	* Makefile.in (un-runnable): fail with proper error message.
+	  [ruby-core:75905] [Bug #12472]
+
 Thu Jun  9 15:32:17 2016  Nobuyoshi Nakada  <nobu@r...>
 
 	* common.mk (RBCONFIG): use ifchange tool to see if the content is
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 55340)
+++ Makefile.in	(revision 55341)
@@ -563,3 +563,7 @@ loadpath: verconf.h https://github.com/ruby/ruby/blob/trunk/Makefile.in#L563
 	@$(CPP) $(XCFLAGS) $(CPPFLAGS) $(srcdir)/loadpath.c | \
 	sed -e '1,/^const char ruby_initial_load_paths/d;/;/,$$d' \
 	    -e '/^ /!d;s/ *"\\0"$$//;s/" *"//g'
+
+un-runnable:
+	$(ECHO) cannot make runnable, configure with --enable-load-relative.
+	$(Q) exit 1

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

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