help-make
[Top][All Lists]
Advanced

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

Re: Prerequisites processing order


From: Paul D. Smith
Subject: Re: Prerequisites processing order
Date: Sun, 30 Oct 2005 09:52:27 -0500

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

  rpjd> if prereq2 has to be done before prereq1, then make the latter a
  rpjd> prerequisite of the former.

  rpjd> target: prereq1

  rpjd> prereq1: prereq2

A more exact replica of the previous example would be:

    target: prereq1 prereq2

    prereq1: prereq2


Cheers!

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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