From patchwork Fri Oct 22 15:27:48 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 68876 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id EA647B6F10 for ; Sat, 23 Oct 2010 02:27:59 +1100 (EST) Received: (qmail 27532 invoked by alias); 22 Oct 2010 15:27:57 -0000 Received: (qmail 27524 invoked by uid 22791); 22 Oct 2010 15:27:57 -0000 X-SWARE-Spam-Status: No, hits=0.8 required=5.0 tests=AWL, BAYES_00, MEDICAL_SUBJECT, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 22 Oct 2010 15:27:51 +0000 Received: (qmail 9656 invoked from network); 22 Oct 2010 15:27:49 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 22 Oct 2010 15:27:49 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.72) (envelope-from ) id 1P9JX2-0000Je-Iy for gcc-patches@gcc.gnu.org; Fri, 22 Oct 2010 15:27:48 +0000 Date: Fri, 22 Oct 2010 15:27:48 +0000 (UTC) From: "Joseph S. Myers" To: gcc-patches@gcc.gnu.org Subject: Add read-md.c to po/EXCLUDES Message-ID: MIME-Version: 1.0 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org I found that exgettext put messages from read-md.c in gcc.pot. This is a file used in generator programs only; I've added it to po/EXCLUDES. Committed. Index: ChangeLog =================================================================== --- ChangeLog (revision 165835) +++ ChangeLog (working copy) @@ -1,5 +1,9 @@ 2010-10-22 Joseph Myers + * EXCLUDES: Add read-md.c. + +2010-10-22 Joseph Myers + * exgettext: Only handle Warn when followed by '('. 2010-10-13 Joseph Myers Index: EXCLUDES =================================================================== --- EXCLUDES (revision 165823) +++ EXCLUDES (working copy) @@ -83,6 +83,7 @@ genrecog.c gensupport.c gensupport.h +read-md.c # These files are not yet internationalized, because they contain # many strings that require a lot of analysis, and are little-used.