From a3a62cf0b28eca05529a99dd3fe3f74a538cac8d Mon Sep 17 00:00:00 2001 From: zedshaw Date: Mon, 20 Nov 2006 17:04:48 +0000 Subject: Removed attempt to build optimized_locking. git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@400 19e92222-5c0b-0410-8929-a290d50e31e9 --- Rakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index d6d5203..dfe28c7 100644 --- a/Rakefile +++ b/Rakefile @@ -16,7 +16,7 @@ desc "Does a full compile, test run" task :default => [:compile, :test] desc "Compiles all extensions" -task :compile => [:http11, :optimized_locking] do +task :compile => [:http11] do if Dir.glob(File.join("lib","http11.*")).length == 0 STDERR.puts "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" STDERR.puts "Gem actually failed to build. Your system is" @@ -51,7 +51,6 @@ end task :site => [:site_webgen, :site_rdoc, :site_coverage, :site_projects_rdoc] setup_extension("http11", "http11") -setup_extension("optimized_locking", "optimized_locking") name="mongrel" version="0.3.16" -- cgit v1.2.3-24-ge0c7