From f20274e84169e18a73a5cd341b6bc31b625b83ce Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 8 Oct 2010 08:49:22 +0000 Subject: build: automatically call isolate on updates Automation is nice, the makefile needs some cleanup --- GNUmakefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 2a12667..5519e84 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -24,14 +24,11 @@ endif 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 || \ - (test -f ./script/isolate_for_tests && \ - $(RUBY) ./script/isolate_for_tests >/dev/null && \ - cat $(isolate_libs) 2>/dev/null)) - -echo: - @echo $(MYLIBS) +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) # 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