From 07c81ad6cee7582cb7729ed8244ce2f07118d9bd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 9 Oct 2009 15:45:24 -0700 Subject: drop the whitespace cleaner for Ragel->C Generated C code is no longer checked into git so it doesn't matter. --- GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 7dfea8e..963809c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -46,7 +46,6 @@ inst_deps := $(c_files) $(rb_files) GNUmakefile test/test_helper.rb ragel: $(ext)/unicorn_http.c $(ext)/unicorn_http.c: $(rl_files) cd $(@D) && $(ragel) unicorn_http.rl -C $(RLFLAGS) -o $(@F) - $(ruby) -i -p -e '$$_.gsub!(%r{[ \t]*$$},"")' $@ $(ext)/Makefile: $(ext)/extconf.rb $(c_files) cd $(@D) && $(ruby) extconf.rb $(ext)/unicorn_http.$(DLEXT): $(ext)/Makefile -- cgit v1.2.3-24-ge0c7