From 117876a04d02301bdadc77b1aa0eedd14e066504 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Tue, 25 May 2010 16:14:24 +0300 Subject: [PATCH] get rid of obsolete constants in the Rakefile --- Rakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Rakefile b/Rakefile index 97a505f..55d03b6 100644 --- a/Rakefile +++ b/Rakefile @@ -1,8 +1,6 @@ require 'rubygems' UPSTREAM = "ext/v8/upstream" -SCONS = "#{UPSTREAM}/scons" -V8_SRC = "#{UPSTREAM}/2.0.6" 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"