Closed
Bug 220595
Opened 22 years ago
Closed 22 years ago
embedding/browser/activex rebuilds too often
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
Attachments
(1 file)
1.40 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
If you do a build from the top, embedding/components/activex/* will often
rebuild unnecessarily. The problem turns out to be a bug in mkdepend - it sees
this line in a source file:
#include <string>
and decides that the object file should depend on the timestamp of
dist/include/string. Oops.
Assignee | ||
Comment 1•22 years ago
|
||
don't allow a directory to be the target of a #include dependency
Assignee | ||
Updated•22 years ago
|
Attachment #132324 -
Flags: review?(dbaron)
Assignee | ||
Comment 2•22 years ago
|
||
sorry, I meant embedding/browser/activex.
Summary: embedding/components/activex rebuilds too often → embedding/browser/activex rebuilds too often
Attachment #132324 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 3•22 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•