help-make
[Top][All Lists]
Advanced

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

circular includes cause infinite loop


From: gk
Subject: circular includes cause infinite loop
Date: Wed, 23 Oct 2002 13:51:22 -0700

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





reply via email to

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