bug-make
[Top][All Lists]
Advanced

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

Re: How to avoid the double execution of a make info call?


From: SF Markus Elfring
Subject: Re: How to avoid the double execution of a make info call?
Date: Thu, 22 Jun 2017 09:36:45 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0

> modules_without_mli::=$(filter-out $(basename $(mli_sources)),$(basename 
> $(ml_sources)))
> $(info modules_without_mli)
> $(info $(sort $(modules_without_mli)))

It seems that I got this design approach working to some degree by the addition
of a few calls of make functions. I am not completely pleased with this
intermediate work result.

Now I observe that the test output occurs twice while I am trying the evolving
script “~/Projekte/Coccinelle/20160205/parsing_c/Makefile” out.
I expect that such data processing should be performed only once in this 
subdirectory.
So I am curios to find out how I can avoid the unwanted double execution there.

Regards,
Markus



reply via email to

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