From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20945 invoked by alias); 10 Dec 2010 02:05:09 -0000 Received: (qmail 20907 invoked by uid 22791); 10 Dec 2010 02:05:08 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 10 Dec 2010 02:05:02 +0000 From: "amylaar at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/45888] tm.texi generation is not portable, rule is broken X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: amylaar at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Fri, 10 Dec 2010 02:05:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-12/txt/msg01068.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45888 --- Comment #30 from Jorn Wolfgang Rennecke 2010-12-10 02:04:26 UTC --- (In reply to comment #29) > gcc/tm.texi and gcc/tmp3-tm.texi did not have same same line ending. In fact, > gcc/tm.texi contains 'ASCII English text, with very long lines' while > gcc/tmp3-tm.texi has 'ASCII English text' only when examined with 'file' > command. In addition, gcc/tm.texi is slightly larger in size (507 KB) than > gcc/tmp3-tm.texi (493 KB). I don't understand this at all. The \r removal works for gcc/tm.texi, but not for gcc/tmp3-tm.texi? And yet the latter is smaller? Or does the latter have no line endings at all because you somehow untarred the source file with MacOs 9 style line endings? What size is your $(srcdir)/doc/tm.texi ? How many lines do the varyous tm.texi files have? (wc should tell) Could you show the start of these files with od, like shown in comment 13?