automake
[Top][All Lists]
Advanced

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

Re: SGI mode depcomp breaks when '.' appears in source filenames twice


From: Alexandre Oliva
Subject: Re: SGI mode depcomp breaks when '.' appears in source filenames twice
Date: 05 Apr 2001 23:59:30 -0300
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

On Apr  5, 2001, Raja R Harinath <address@hidden> wrote:

> Robert Boehne <address@hidden> writes:
>> sed 's/^[^\.]*\.o://' | tr '

> Try changing that to

>   sed 's/^.*\.o://' | tr '

> This should be safe.  I don't see why the original tried to avoid
> '.'s.  The regexp is limited to the first ':' -- so the '.*' cannot
> swallow any more of the line.

Perhaps `[^:]*', just to be on the safe side?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

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