help-make
[Top][All Lists]
Advanced

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

A not so clear behaviour for Makefiles including other makefiles


From: Cristian Zoicas
Subject: A not so clear behaviour for Makefiles including other makefiles
Date: Thu, 13 Nov 2003 11:07:33 +0100 (MET)

Hello all

I've discovered that the  makefiles including other makefiles
are read two times when the included makefiles must be remade
even if the including makefile is not remade.

It means that any

$(warning ... ) or __d := $(shell ... )

function  calls are executed to times if they do not apear as
commands in rules.

I would like to know if this behaviour is by design.

Thank you in advance
Cristian Zoicas






reply via email to

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