mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
get rid of obsolete constants in the Rakefile
This commit is contained in:
parent
23f8174ce1
commit
117876a04d
1 changed files with 0 additions and 2 deletions
2
Rakefile
2
Rakefile
|
@ -1,8 +1,6 @@
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
|
|
||||||
UPSTREAM = "ext/v8/upstream"
|
UPSTREAM = "ext/v8/upstream"
|
||||||
SCONS = "#{UPSTREAM}/scons"
|
|
||||||
V8_SRC = "#{UPSTREAM}/2.0.6"
|
|
||||||
|
|
||||||
manifest = Rake::FileList.new("**/*")
|
manifest = Rake::FileList.new("**/*")
|
||||||
manifest.exclude "lib/v8/*.bundle", "lib/v8/*.so", "ext/**/test/*", "ext/**/test/*", "ext/**/samples/*", "ext/**/benchmarks/*", "#{UPSTREAM}/build", "tmp", "tmp/**/*", "**/*.gem"
|
manifest.exclude "lib/v8/*.bundle", "lib/v8/*.so", "ext/**/test/*", "ext/**/test/*", "ext/**/samples/*", "ext/**/benchmarks/*", "#{UPSTREAM}/build", "tmp", "tmp/**/*", "**/*.gem"
|
||||||
|
|
Loading…
Add table
Reference in a new issue