1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Updated to compile new optimistic locking.

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@382 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
zedshaw 2006-11-15 19:51:51 +00:00
parent 5e7287a4e9
commit 359a6577b8

View file

@ -16,7 +16,7 @@ desc "Does a full compile, test run"
task :default => [:compile, :test]
desc "Compiles all extensions"
task :compile => [:http11] do
task :compile => [:http11, :optimized_locking] do
if Dir.glob(File.join("lib","http11.*")).length == 0
STDERR.puts "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
STDERR.puts "Gem actually failed to build. Your system is"
@ -51,6 +51,7 @@ 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.14"