ruby-changes:36375
From: akr <ko1@a...>
Date: Sun, 16 Nov 2014 13:12:45 +0900 (JST)
Subject: [ruby-changes:36375] akr:r48456 (trunk): * common.mk (CCAN_LIST_INCLUDES): Unused variable removed.
akr 2014-11-16 13:12:38 +0900 (Sun, 16 Nov 2014) New Revision: 48456 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48456 Log: * common.mk (CCAN_LIST_INCLUDES): Unused variable removed. (ENCODING_H_INCLUDES): Ditto. (PROBES_H_INCLUDES): Ditto. (VM_CORE_H_INCLUDES): Ditto. Modified files: trunk/ChangeLog trunk/common.mk Index: ChangeLog =================================================================== --- ChangeLog (revision 48455) +++ ChangeLog (revision 48456) @@ -1,3 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Nov 16 13:11:35 2014 Tanaka Akira <akr@f...> + + * common.mk (CCAN_LIST_INCLUDES): Unused variable removed. + (ENCODING_H_INCLUDES): Ditto. + (PROBES_H_INCLUDES): Ditto. + (VM_CORE_H_INCLUDES): Ditto. + Sun Nov 16 11:07:25 2014 Eric Wong <e@8...> * test/ruby/test_io.rb (test_readpartial_locktmp): Index: common.mk =================================================================== --- common.mk (revision 48455) +++ common.mk (revision 48456) @@ -628,21 +628,10 @@ $(PLATFORM_D): https://github.com/ruby/ruby/blob/trunk/common.mk#L628 ### CCAN_DIR = {$(VPATH)}ccan -CCAN_LIST_INCLUDES = $(CCAN_DIR)/build_assert/build_assert.h \ - $(CCAN_DIR)/check_type/check_type.h \ - $(CCAN_DIR)/container_of/container_of.h \ - $(CCAN_DIR)/list/list.h \ - $(CCAN_DIR)/str/str.h RUBY_H_INCLUDES = {$(VPATH)}ruby.h {$(VPATH)}config.h {$(VPATH)}defines.h \ {$(VPATH)}intern.h {$(VPATH)}missing.h {$(VPATH)}st.h \ {$(VPATH)}subst.h -ENCODING_H_INCLUDES= {$(VPATH)}encoding.h {$(VPATH)}oniguruma.h -PROBES_H_INCLUDES = {$(VPATH)}probes.h -VM_CORE_H_INCLUDES = {$(VPATH)}vm_core.h {$(VPATH)}thread_$(THREAD_MODEL).h \ - {$(VPATH)}node.h {$(VPATH)}method.h {$(VPATH)}ruby_atomic.h \ - {$(VPATH)}vm_debug.h {$(VPATH)}id.h {$(VPATH)}thread_native.h \ - $(CCAN_LIST_INCLUDES) ### -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/