This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

Re: review of libtool patch


Tom Tromey wrote:
Alexandre --

Could you look at this patch?

http://gcc.gnu.org/ml/gcc-patches/2005-03/msg02792.html

This affects libgcj builds on some systems -- it depends on the order
in which a certain 'find' prints its results.  This affects 4.0 as
well.

CVS libtool has a fix for this problem:


2005-03-12  Per Bothner <per@bothner.com>,
            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

Allow special characters in source file names.  Will break unless
'-o target' is also given, which must not contain special characters.
En passant, fix source file quoting broken for cygwin/MSVC.

* config/ltmain.m4sh (func_mode_compile): Use new variable qsrcfile
for quoted source file name for compile $command.  Fix missing
quotes for _c_o lockfile.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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