help-make
[Top][All Lists]
Advanced

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

What happens when?


From: PATTON, BILLY \(SBCSI\)
Subject: What happens when?
Date: Wed, 19 Apr 2006 08:50:34 -0500

In my makefile I have 6 distinct flows.
build creates the output structure
refresh checks out the source from pvcs
product creates the end product.

build depends on nothing
refresh needs to have had build to run prior
product needs to have had refresh to run prior

I know if I do
gmake build
gmake refresh
gmake

Everything will get built. 


refresh takes @ 55 minutes to run so I don't want to refresh every time
to build the products.


What happens if I do:
gmake -j --max-load 10.0 build refresh

Do these get ran in parallel, or will build run first, then refresh?

Will refresh attempt to put something in a directory before build has
created it? 




reply via email to

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