libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MinGW issue


From: Bob Friesenhahn
Subject: Re: MinGW issue
Date: Sun, 10 Oct 2004 23:16:57 -0500 (CDT)

On Sun, 10 Oct 2004, Charles Wilson wrote:
So, because there is no:
  $run eval "$RM $export_symbols"
I see no reason to eval. I think the original eval above was just
overly ambitious.


Nope, it looks like the funky quoting was important. Without it, mdemo-dryrun breaks, because

             $run ${ECHO} EXPORTS > "$output_objdir/$output.def"
             $run cat "$export_symbols" >> "$output_objdir/$output.def"

will create an empty file when $run = : (e.g. dryrun).

I see.  The fix is applied.

Bob
======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]