about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-03 17:15:18 -0700
committerEric Wong <normalperson@yhbt.net>2010-06-03 17:15:36 -0700
commit6d62a7de86369e046e6f6b221153d867df11e74c (patch)
treec51c9f0d6d674fae46060627ef62d9f88a4c8f81 /GNUmakefile
parentcf122e941e10c2812b7ba5e75c053a28950ddcb6 (diff)
downloadrainbows-6d62a7de86369e046e6f6b221153d867df11e74c.tar.gz
depend on Isolate ~> 2.0.2 for development
It's useful given all the Gems we support but don't have hard
installation dependencies on.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1125e69..4c4e783 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -3,7 +3,6 @@ all::
 RUBY = ruby
 RAKE = rake
 GIT_URL = git://git.bogomips.org/rainbows.git
-ISOLATE_CONFIG = config/isolate.rb
 
 GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE
         @./GIT-VERSION-GEN
@@ -18,8 +17,8 @@ endif
 
 # rake takes forever to start
 isolate: tmp/isolate/ruby-$(RUBY_VERSION)/.isolate
-tmp/isolate/ruby-$(RUBY_VERSION)/.isolate: $(ISOLATE_CONFIG)
-        ISOLATE_CONFIG=$(ISOLATE_CONFIG) $(RAKE) isolate
+tmp/isolate/ruby-$(RUBY_VERSION)/.isolate: config/isolate.rb
+        $(RAKE) isolate
         > $@
 
 base_bins := rainbows