mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Makefile.in: un-runnable
* Makefile.in (un-runnable): fail with proper error message. [ruby-core:75905] [Bug #12472] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8e79650aae
commit
bbcc64c236
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Jun 9 18:12:42 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* Makefile.in (un-runnable): fail with proper error message.
|
||||
[ruby-core:75905] [Bug #12472]
|
||||
|
||||
Thu Jun 9 15:32:17 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* common.mk (RBCONFIG): use ifchange tool to see if the content is
|
||||
|
|
|
@ -563,3 +563,7 @@ loadpath: verconf.h
|
|||
@$(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
|
||||
|
|
Loading…
Add table
Reference in a new issue