help-make
[Top][All Lists]
Advanced

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

Re: Help needed on writing rules


From: Thomas Chen
Subject: Re: Help needed on writing rules
Date: Mon, 12 Feb 2001 13:29:31 -0500

Fergus:

Thank you for response.  You are right, It was a cut-and-paste error. 
They should be:

a_1 : a
       echo "a 1"
b_1 : b
       echo "b 1"
c_1 : c
       echo "c 1"
a_2 : a
       echo "a 2"
b_2 : b
       echo "b 2"
c_2 : c
       echo "c 2"


Thomas


Fergus Henderson wrote:
> 
> On 12-Feb-2001, Thomas Chen <address@hidden> wrote:
> > I need help on writing dependency rules on the following problem.
> >
> > a_1 : a
> >       echo "a 1"
> > b_1 : b
> >       echo "b 1"
> > c_1 : c
> >       echo "c 1"
> > a_2 : a
> >       echo "a 2"
> > b_2 : a
> >       echo "b 2"
> > c_2 : a
> >       echo "c 2"
> 
> Hmm, are `b_2' and `c_2' really supposed to depend on `a',
> or is that a cut-and-paste error?
> 
> --
> Fergus Henderson <address@hidden>  |  "I have always known that the pursuit
>                                     |  of excellence is a lethal habit"
> WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.



reply via email to

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