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: Raja R Harinath
Subject: Re: SGI mode depcomp breaks when '.' appears in source filenames twice
Date: 06 Apr 2001 12:09:20 -0500
User-agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.100

Thomas Dickey <address@hidden> writes:
> On Thu, Apr 05, 2001 at 10:32:02PM -0500, Raja R Harinath wrote:
> > Well -- the whole idea is to remove the rule targets.  I know of only
> > one use of multiple colons on a line -- in GNU make.  Even there,
> > everything before a ':' is a rule target.  My comment "limited to the
> > first ':'" may not be accurate, but I don't see any advantage to not
> > always removing everything before a ':'.
> 
> it sounds as if you're saying that
> 
> rule ::
>       action
> 
> is GNU-make specific, which is not true, of course.

Whoops.  I forgot all about that.  I was thinking of

  foo.o bar.o: %.o: %.h; ...

Anyway, we are getting off-topic :-)  The 'sed' rule under question is
applied to what's generated by an SGI compiler's dependency-generator.

- Hari
-- 
Raja R Harinath ------------------------------ address@hidden
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash



reply via email to

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