[ https://issues.apache.org/jira/browse/THRIFT-4968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16945295#comment-16945295 ]
Jens Geyer commented on THRIFT-4968: ------------------------------------ Good catch! > Makefile.am in the Ruby tutorial refers to Python directory > ----------------------------------------------------------- > > Key: THRIFT-4968 > URL: https://issues.apache.org/jira/browse/THRIFT-4968 > Project: Thrift > Issue Type: Bug > Components: Tutorial > Reporter: Kengo Seki > Assignee: Kengo Seki > Priority: Minor > Fix For: 0.13.0 > > Time Spent: 20m > Remaining Estimate: 0h > > Running {{make}} in tutorial/rb generates gen-rb/* every time, even if those > files already exists. This is because its Makefile refers to a wrong > directory, as follows: > {code:title=tutorial/rb/Makefile} > (snip) > gen-py/calculator.rb gen-py/shared_service.rb: > $(top_srcdir)/tutorial/tutorial.thrift > $(THRIFT) --gen rb -r $< > all-local: gen-py/calculator.rb > (snip) > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)