From: Guenter Knauf Date: Tue, 29 Mar 2011 11:49:47 +0000 (+0000) Subject: Remove traling line endings with Linux builds. X-Git-Tag: 2.3.12~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddc599345c9363eecb6e8ecc4566a1853874c162;p=thirdparty%2Fapache%2Fhttpd.git Remove traling line endings with Linux builds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086556 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/make_nw_export.awk b/build/make_nw_export.awk index 9386c7b5589..2cb2e49eb9c 100644 --- a/build/make_nw_export.awk +++ b/build/make_nw_export.awk @@ -79,7 +79,7 @@ BEGIN { } /^[ \t]*(extern[ \t]+)?AP[RU]?_DECLARE_DATA .*;/ { - gsub(/[*;]/, "", $NF) + gsub(/[*;\n\r]/, "", $NF) gsub(/\[.*\]/, "", $NF) add_symbol($NF) }