Closed
Bug 274238
Opened 20 years ago
Closed 20 years ago
nsBuildID.h has insufficient dependencies
Categories
(SeaMonkey :: Build Config, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8alpha6
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Whiteboard: [patch])
Attachments
(1 file)
|
1.02 KB,
patch
|
bryner
:
review+
bryner
:
superreview+
|
Details | Diff | Splinter Review |
I moved aside an object directory that had been through many depend builds and rebuilt it from scratch to find a dependency problem. (I haven't actually found the problem yet.) This showed me that mozilla/config/nsBuildID.h has insufficient dependencies. The diff of nsBuildID.h between the trees (built from identical source) was: --- firefox-opt.bad/config/nsBuildID.h 2004-11-16 12:25:10.000000000 -0800 +++ firefox-opt/config/nsBuildID.h 2004-12-11 15:40:24.515097109 -0800 @@ -14,10 +14,10 @@ * If creating a release build (eg, MOZILLA_OFFICIAL is set), then * GRE_BUILD_ID will be updated to contain <milestone>_<build id>. * If building a milestone build (eg, MOZ_MILESTONE_RELEASE is set), then * GRE_BUILD_ID will just contain <milestone>. * */ -#define GRE_BUILD_ID "1.8a5_0000000000" +#define GRE_BUILD_ID "1.8a6_0000000000" #endif /* _NSBUILDID_H_ */ (The copies in dist, which are symlinks to this one, differ the same way, of course.)
| Assignee | ||
Comment 1•20 years ago
|
||
| Assignee | ||
Updated•20 years ago
|
Attachment #168521 -
Flags: superreview?(bryner)
Attachment #168521 -
Flags: review?(bryner)
| Assignee | ||
Updated•20 years ago
|
Assignee: nobody → dbaron
Priority: -- → P2
Whiteboard: [patch]
Target Milestone: --- → mozilla1.8alpha6
Updated•20 years ago
|
Attachment #168521 -
Flags: superreview?(bryner)
Attachment #168521 -
Flags: superreview+
Attachment #168521 -
Flags: review?(bryner)
Attachment #168521 -
Flags: review+
| Assignee | ||
Comment 2•20 years ago
|
||
Fix checked in to trunk, 2004-12-14 15:11 -0800.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•