From db286eee13c2afa9f761b9c5796292bae9432e26 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 21 Oct 2014 15:29:46 +0000 Subject: [PATCH] Remove already-commented-out non-portable DOSFILTER alternatives --- GNUmakefile.in | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 530eb16c..772609fd 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.223 2014/10/21 15:29:20 fabiankeil Exp $ +# $Id: GNUmakefile.in,v 1.224 2014/10/21 15:29:34 fabiankeil Exp $ # # Written by and Copyright (C) 2001-2013 members of the # Privoxy team. http://www.privoxy.org/ @@ -146,12 +146,6 @@ DOC_STATUS = @DOC_STATUS@ TIDY = tidy -modify -indent -wrap 78 --tidy-mark no # Program to do LF->CRLF -# -# The sed version should be the most portable, but it doesn't for for me, -# the other two do. FIXME. -# - Jon -#DOSFILTER = $(SED) -e $$'s,$$,\r,' -#DOSFILTER = gawk -v ORS='\r\n' '{print $0;}' DOSFILTER = $(PERL) -p -e 's/\n/\r\n/' CVSROOT = :pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa #TMPDIR := $(shell mktemp -d /tmp/$(PROGRAM).XXXXXX) -- 2.39.2