I'm using Gnu make 3.79.1

I've noticed that there is no test for circularity of include statements, like there is for circular dependencies.
I think it would be a nice feature to add.

--- Makefile:
include Makefile2

--- Makefile2:
include Makefile

Infinite loop results.

How should this be prevented?
Thanks,
- Greg Keraunen



_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to