From c2975b85b9378797631d3ab133cac371f9fadf54 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 5 Oct 2010 21:38:47 +0000 Subject: tests: do not invoke isolate in test install dest We don't want to waste time and bandwidth. --- GNUmakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 0b3238c..cee6042 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -26,8 +26,9 @@ RUBY_ENGINE := $(shell $(RUBY) -e 'puts((RUBY_ENGINE rescue "ruby"))') isolate_libs := tmp/isolate/.$(RUBY_ENGINE)-$(RUBY_VERSION).libs MYLIBS = $(RUBYLIB):$(shell cat $(isolate_libs) 2>/dev/null || \ - ($(RUBY) ./script/isolate_for_tests >/dev/null && \ - cat $(isolate_libs) 2>/dev/null)) + (test -f $(isolate_libs) && \ + $(RUBY) ./script/isolate_for_tests >/dev/null && \ + cat $(isolate_libs) 2>/dev/null)) echo: @echo $(MYLIBS) -- cgit v1.2.3-24-ge0c7