help-make
[Top][All Lists]
Advanced

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

Re: how to enforce ordering on a set of targets?


From: Paul D. Smith
Subject: Re: how to enforce ordering on a set of targets?
Date: Thu, 27 Jan 2005 08:52:50 -0500

%% Noel Yap <address@hidden> writes:

  ny> I don't understand.  Wouldn't it be possible to do:

  ny> .PHONY: populate
  ny> populate: pre-populate | ${SUBDIRS}

Sure but that doesn't do what the OP asked.  He wanted to be sure that
pre-populate was completed BEFORE any of the ${SUBDIRS} were built.

-- 
-------------------------------------------------------------------------------
 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]