Closed
Bug 722960
Opened 13 years ago
Closed 8 years ago
pymake infinite loop when failing to build an include file
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: duncantebbs, Unassigned)
Details
(Whiteboard: [pymake])
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
Build ID: 20111220165912
Steps to reproduce:
With revision 87d436cd8974 from mercuriel.
If a Makefile tries to include a file foo, and the rule to build foo fails, pymake keeps re-running the command forever.
The following make code demonstrates the issue:
---------------------
-include file_to_include.mk
file_to_include.mk :
cause_an_error
Updated•13 years ago
|
Whiteboard: [pymake]
Comment 1•8 years ago
|
||
Mass close of pymake-related bugs.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•