From 86699fa42105c48e7d4c3cf6e16cca4417bf0a06 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 6 Jun 2010 07:46:25 +0000 Subject: README: document CLOGGER_PURE environment variable There may also be some MRI users uncomfortable running C extensions. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 4addaf2..f98c1cc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -36,10 +36,10 @@ $(test_unit): $(RUBY) $@ test-ext: - $(MAKE) test-unit + CLOGGER_PURE=0 $(MAKE) test-unit test-pure: - CLOGGER_PURE=t $(MAKE) test-unit + CLOGGER_PURE=1 $(MAKE) test-unit test: test-ext test-pure -- cgit v1.2.3-24-ge0c7