This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/42525] gtyp-input.list contains 'n' instead of '\n' as separator



------- Comment #3 from rwild at gcc dot gnu dot org  2010-01-16 14:42 -------
Subject: Bug 42525

Author: rwild
Date: Sat Jan 16 14:42:32 2010
New Revision: 155963

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155963
Log:
Avoid tr '\n', for Solaris /usr/bin/tr.

contrib/
        * check_warning_flags.sh: Use \012 instead of \n with tr.

gcc/:
        PR gcc/42525
        * Makefile.in (write_entries_to_file, install-plugin):
        Use \012 instead of \n with tr.

libjava/:
        * Makefile.am (write_entries_to_file): Use \012 instead of \n
        with tr.
        * scripts/makemake.tcl: Likewise.
        * sources.am: Regenerate.
        * Makefile.in: Regenerate.


Modified:
    trunk/contrib/ChangeLog
    trunk/contrib/check_warning_flags.sh
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/libjava/ChangeLog
    trunk/libjava/Makefile.am
    trunk/libjava/Makefile.in
    trunk/libjava/scripts/makemake.tcl
    trunk/libjava/sources.am


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42525


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]