[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #23361] Infinite loop when including file that depends on a phony t
From: |
Paul D. Smith |
Subject: |
[bug #23361] Infinite loop when including file that depends on a phony target |
Date: |
Sun, 07 Jun 2009 01:57:47 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042513 Ubuntu/8.04 (hardy) Firefox/3.0.10 |
Update of bug #23361 (project make):
Status: None => Not A Bug
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #2:
Dave's comment is correct. This is behaving as expected. Not ideally, but
as expected. Since make re-execs itself it's actually quite difficult to know
what files were already built by a previous incarnation.
For a while I had a feature where the re-exec would add -o options for all
makefiles rebuilt so that the next invocation would not try to rebuild them.
However, some people rely on this behavior AND it also caused problems with
makefiles that have lots of included files: the re-exec was failing due to
running out of environment space.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?23361>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #23361] Infinite loop when including file that depends on a phony target,
Paul D. Smith <=