> 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

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to