This is the mail archive of the gcc-patches@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]

Re: PATCH: egcs_update problem


On Tue, 19 Jan 1999, Jeffrey A Law wrote:
>> 	* egcs_update: Do not use xargs, but a backquote construct.
> I'd recommend xargs.  If a system is failing, that system's xargs is
> badly broken.

Ouch. In that case, how about reverting my patch and using something like

  if BROKEN_XARGS then
    new_snippet;
  else
    old_snippet;
  endif

so that on can simply set an environment variable BROKEN_XARGS on broken
systems?  (This allows for having a single script for various platforms.)
  
Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/



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