[Bug other/42525] gtyp-input.list contains 'n' instead of '\n' as separator
rwild at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jan 16 14:43:00 GMT 2010
------- 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
More information about the Gcc-bugs
mailing list