From 357fb0a21fdfe6ff3af522a2463248e20b2fa8be Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 21 Apr 2009 11:14:38 -0700 Subject: GNUmakefile: kill trailing whitespace after ragel I have a nice hook in git that complains when trailing whitespace is present. --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 032807d..3d3bde9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -32,6 +32,7 @@ inst_deps := $(wildcard bin/*) $(wildcard lib/*.rb) \ ext/unicorn/http11/http11_parser.c: $(wildcard ext/unicorn/http11/*.rl) cd $(@D) && ragel http11_parser.rl -C -G2 -o $(@F) + $(ruby) -i -p -e '$$_.gsub!(%r{[ \t]*$$},"")' $@ ext/unicorn/http11/Makefile: ext/unicorn/http11/extconf.rb $(http11_deps) cd $(@D) && $(ruby) $(