This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: subdir dependency


On Fri, 25 Jun 1999, OKUJI Yoshinori wrote:

> From: Alexandre Oliva <oliva@dcc.unicamp.br>
> Subject: Re: subdir dependency
> Date: 24 Jun 1999 19:46:35 -0300
> 
> > Even parallel makes process individual sub-directories sequentially.
> 
>   Thanks for your information!

By the way, this information is not necessarily correct.  While this is common
because sub-directory traversal is often done via a script fragment, there is
no requirement that sub-directories be processed sequentially.  I have seen
parallel makes (even GNU make) process multiple subdirectories at a time.

If you want to ensure a particular ordering, add dependencies to your makefile
to ensure that ordering.

Bob
======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us
http://www.cyberramp.net/~bfriesen


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]