[Top][All Lists]
[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 09:24:55 -0500 |
%% Noel Yap <address@hidden> writes:
ny> Paul D. Smith wrote:
>> 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.
ny> I haven't used this stuff in a while (and was too lazy to look it
ny> up). What about:
ny> .PHONY: populate
ny> populate: ${SUBDIRS} | pre-populate
Nope.
--
-------------------------------------------------------------------------------
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
- Re: how to enforce ordering on a set of targets?, (continued)
- Re: how to enforce ordering on a set of targets?, Paul D. Smith, 2005/01/26
- Re: how to enforce ordering on a set of targets?, Robert P. J. Day, 2005/01/26
- Re: how to enforce ordering on a set of targets?, Robert P. J. Day, 2005/01/26
- Re: how to enforce ordering on a set of targets?, Noel Yap, 2005/01/27
- Re: how to enforce ordering on a set of targets?, Paul D. Smith, 2005/01/27
- Re: how to enforce ordering on a set of targets?, Noel Yap, 2005/01/27
- Re: how to enforce ordering on a set of targets?, Paul D. Smith, 2005/01/27
- Re: how to enforce ordering on a set of targets?, Noel Yap, 2005/01/27
- Re: how to enforce ordering on a set of targets?,
Paul D. Smith <=
- Re: how to enforce ordering on a set of targets?, Robert P. J. Day, 2005/01/27
- Re: how to enforce ordering on a set of targets?, Paul D. Smith, 2005/01/27
- Re: how to enforce ordering on a set of targets?, Robert P. J. Day, 2005/01/27
- Re: how to enforce ordering on a set of targets?, Noel Yap, 2005/01/27
- Re: how to enforce ordering on a set of targets?, Paul D. Smith, 2005/01/27