From 1a0c7f067e79acfc3e0c5fd8bb3488a371802585 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 17 Aug 2014 02:33:53 +0000 Subject: dev: remove isolate dependency It seems unnecessary with current versions of RubyGems supporting development dependencies. --- GNUmakefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 00a6ace..50819fc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -23,11 +23,7 @@ endif RUBY_ENGINE := $(shell $(RUBY) -e 'puts((RUBY_ENGINE rescue "ruby"))') -isolate_libs := tmp/isolate/$(RUBY_ENGINE)-$(RUBY_VERSION).mk -$(isolate_libs): script/isolate_for_tests - @$(RUBY) script/isolate_for_tests --include $(isolate_libs) -MYLIBS = $(RUBYLIB):$(ISOLATE_LIBS) +MYLIBS = $(RUBYLIB) # dunno how to implement this as concisely in Ruby, and hell, I love awk awk_slow := awk '/def test_/{print FILENAME"--"$$2".n"}' 2>/dev/null -- cgit v1.2.3-24-ge0c7