help-make
[Top][All Lists]
Advanced

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

Re: -j 2 exposes problem with pattern rule


From: John Breitenbach
Subject: Re: -j 2 exposes problem with pattern rule
Date: Fri, 21 Aug 2009 10:34:09 -0400
User-agent: Thunderbird 2.0.0.12 (X11/20080213)

Paul Smith wrote:

If that's not what you want, then you'll have to define the rule
four times:

    lf/%:
            do_stuff()
    af/%:
            do_stuff()
    nf/%:
            do_stuff()
    pf/%:
            do_stuff()

Read about pattern rules in the GNU make manual.

Paul - thanks - yes, your suggestion above is exactly what I needed (and indended). Not observing
any problems w/o -j 1 got me looking in the wrong places.




reply via email to

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