- jrubyc target java 5 again (since without it, and compiled under jdk7,

you get jdk7-only class files)
This commit is contained in:
Jordan Sissel 2013-01-23 10:40:30 -08:00
parent 55a2350a0b
commit a9e4b32652

View file

@ -67,7 +67,7 @@ compile: compile-grammar compile-runner | build/ruby
.PHONY: compile-runner
compile-runner: build/ruby/logstash/runner.class
build/ruby/logstash/runner.class: lib/logstash/runner.rb | build/ruby $(JRUBY)
$(QUIET)(cd lib; $(JRUBYC) -t ../build/ruby logstash/runner.rb)
$(QUIET)(cd lib; $(JRUBYC) -5 -t ../build/ruby logstash/runner.rb)
# TODO(sissel): Stop using cpio for this
.PHONY: copy-ruby-files