From ed8ef914756d61d47da23aecfc58c4d65739236b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 21 Dec 2009 12:41:38 -0800 Subject: build: favor upper-case variable names in Makefiles It should be more compatible and easier to express that they're overridable to hackers. We keep the lower-case versions around in case people depend on them. --- local.mk.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'local.mk.sample') diff --git a/local.mk.sample b/local.mk.sample index 1746320..c2054ce 100644 --- a/local.mk.sample +++ b/local.mk.sample @@ -11,12 +11,12 @@ gems := rack-1.0.1 # fork+exec heavy with Ruby. prefix = $(HOME) ifeq ($(r19),) - ruby := $(prefix)/bin/ruby + RUBY := $(prefix)/bin/ruby gem_paths := $(addprefix $(prefix)/lib/ruby/gems/1.8/gems/,$(gems)) else prefix := $(prefix)/ruby-1.9 export PATH := $(prefix)/bin:$(PATH) - ruby := $(prefix)/bin/ruby --disable-gems + RUBY := $(prefix)/bin/ruby --disable-gems gem_paths := $(addprefix $(prefix)/lib/ruby/gems/1.9.1/gems/,$(gems)) endif -- cgit v1.2.3-24-ge0c7