help-make
[Top][All Lists]
Advanced

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

Re: Multiple make dependencies and parallel execution


From: Paul Smith
Subject: Re: Multiple make dependencies and parallel execution
Date: Wed, 08 Jun 2011 19:46:21 +0200

On Wed, 2011-06-08 at 15:43 +0200, Alexandre BOUIN wrote:

> DIRS = toto1 toto2
> 
> .PHONY: $(DIRS) all clean
> 
> all: $(DIRS)
> 
> $(DIRS):
>                 @echo DIRS = $(DIRS)
>                 @$(MAKE) -s -C $@
> 
> I really need a clean way to explain this root Makefile how dependencies are
> made.
> 
> Does anyone has some ideas on this subject ?

Why not just add:

        toto1: toto2

??




reply via email to

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