help-make
[Top][All Lists]
Advanced

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

Re: how easily can i ignore dependencies?


From: Eric Hanchrow
Subject: Re: how easily can i ignore dependencies?
Date: Thu, 20 May 2004 19:41:44 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

>>>>> "Robert" == Robert P J Day <address@hidden> writes:

    Robert>   is there a convenient way to run make against a target
    Robert> and tell it to ignore its dependencies and just run its
    Robert> rules?

If your makefile looks like

        foo: bar
                rebuild

you can do `make foo -W bar'.
 
-- 
Because he pays close attention, a Navy pilot can land a
40,000 lb. aircraft at 140 miles per hour on a pitching carrier
deck, at night, more safely than the average teenager can cut a
bagel.
        -- Paul Graham





reply via email to

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