Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 33921 invoked from network); 29 Mar 2011 12:11:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Mar 2011 12:11:27 -0000 Received: (qmail 85520 invoked by uid 500); 29 Mar 2011 12:11:27 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 85469 invoked by uid 500); 29 Mar 2011 12:11:27 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 85462 invoked by uid 99); 29 Mar 2011 12:11:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 12:11:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 12:11:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C22962388A3B; Tue, 29 Mar 2011 12:11:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1086562 - /httpd/httpd/trunk/build/make_nw_export.awk Date: Tue, 29 Mar 2011 12:11:03 -0000 To: cvs@httpd.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110329121103.C22962388A3B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fuankg Date: Tue Mar 29 12:11:03 2011 New Revision: 1086562 URL: http://svn.apache.org/viewvc?rev=1086562&view=rev Log: Minor awk tweak. Modified: httpd/httpd/trunk/build/make_nw_export.awk Modified: httpd/httpd/trunk/build/make_nw_export.awk URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/build/make_nw_export.awk?rev=1086562&r1=1086561&r2=1086562&view=diff ============================================================================== --- httpd/httpd/trunk/build/make_nw_export.awk (original) +++ httpd/httpd/trunk/build/make_nw_export.awk Tue Mar 29 12:11:03 2011 @@ -18,7 +18,7 @@ # based on Ryan Bloom's make_export.pl BEGIN { - printf(" ("EXPPREFIX")\n") + printf(" (%s)\n", EXPPREFIX) } # List of functions that we don't support, yet??