This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Logfile created on 2017-07-21 21:52:21 +0900 by logger.rb/54362 | |
I, [2017-07-21T21:52:21.088374 #22192] INFO -- : #<BuildRuby:0x00000001833960 @REPOSITORY="https://svn.ruby-lang.org/repos/ruby/trunk", @REPOSITORY_TYPE=:svn, @git_branch=nil, @svn_revision=nil, @TARGET_NAME="trunk-test", @SRC_DIR="/home/ko1/ruby/src", @BUILD_DIR="/home/ko1/ruby/build", @INSTALL_DIR="/home/ko1/ruby/install", @TARGET_SRC_DIR="/home/ko1/ruby/src/trunk-test", @TARGET_BUILD_DIR="/home/ko1/ruby/build/trunk-test", @TARGET_INSTALL_DIR="/home/ko1/ruby/install/trunk-test", @configure_opts=["--enable-shared"], @build_opts="-j12", @test_opts="TESTS='-j12'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @logfile="/home/ko1/ruby/logs/brlog.trunk-test.20170721-215221", @logger=#<Logger:0x000000017c1928 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the top-level filename. There should be a "$(TOP_LEVEL).tex" file | |
# sitting in this directory as well as a "$(TOP_LEVEL).bib" file for | |
# bibliographies, and it will produce a "$(TOP_LEVEL).pdf" file after running | |
# `make`. Tweak this to whatever you want. | |
TOP_LEVEL = generals | |
# Grab all the .tex files in this directory, so we can use them as dependencies | |
# in other rules. $(wildcard <foo>) will expand to the list of files that match | |
# the pattern "<foo>" using standard shell globbing rules | |
TEX_FILES = $(wildcard *.tex) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the top-level filename. There should be a "$(TOP_LEVEL).tex" file | |
# sitting in this directory as well as a "$(TOP_LEVEL).bib" file for | |
# bibliographies, and it will produce a "$(TOP_LEVEL).pdf" file after running | |
# `make`. Tweak this to whatever you want. | |
TOP_LEVEL = generals | |
# Grab all the .tex files in this directory, so we can use them as dependencies | |
# in other rules. $(wildcard <foo>) will expand to the list of files that match | |
# the pattern "<foo>" using standard shell globbing rules | |
TEX_FILES = $(wildcard *.tex) |