Closed
Bug 443106
Opened 17 years ago
Closed 17 years ago
Circular dependency in makefile.ref
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gal, Unassigned)
Details
Attachments
(1 file)
665 bytes,
patch
|
shaver
:
review+
|
Details | Diff | Splinter Review |
The makefile for spidermonkey has a circular dependency. Some IDEs parse this warning as error (Eclipse), making it impossible to build SM from inside the gui. The attached patch fixes this issue.
make[1]: Circular jscpucfg.h <- Darwin_DBG.OBJ/jsautocfg.h dependency dropped.
make[1]: Circular Darwin_DBG.OBJ/jsautocfg.h <- Darwin_DBG.OBJ/jsautocfg.h dependency dropped.
Attachment #327751 -
Flags: review?(shaver)
Reporter | ||
Updated•17 years ago
|
Severity: normal → trivial
Comment 1•17 years ago
|
||
Comment on attachment 327751 [details] [diff] [review]
Patch to avoid circular dependency in the makefile.
r=shaver, thanks!
Attachment #327751 -
Flags: review?(shaver) → review+
Comment 2•17 years ago
|
||
Fixed:
15625[tip] 3c92e6757e21 2008-07-02 07:50 -0400 gal
fix circular dependency on jscpucfg.h
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: in-testsuite-
Flags: in-litmus-
You need to log in
before you can comment on or make changes to this bug.
Description
•