Closed
Bug 470963
Opened 16 years ago
Closed 16 years ago
stop copying build/pgo/certs to the objdir
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: ted, Assigned: mayhemer)
References
Details
(Keywords: fixed1.9.1, Whiteboard: [fixed1.9.1b3])
Attachments
(2 files, 2 obsolete files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
We currently copy a bunch of files from build/pgo/certs to $(OBJDIR)/_profile/pgo/certs. I think this is a vestige from when we generated these files at build time. We should just point automation.py at the srcdir instead of copying these files around. We're going to need a separate fix for mobile and running tests on prepackaged builds anyway, I'll take care of that in another bug.
Assignee | ||
Comment 1•16 years ago
|
||
I got rid of obj-dir/_profile/pgo/certs dir. It is useless now, certificates (.ca, .p12 and .client) are all referred from the source directory.
Assignee: ted.mielczarek → honzab.moz
Attachment #355668 -
Flags: review?(ted.mielczarek)
Reporter | ||
Updated•16 years ago
|
Attachment #355668 -
Flags: review?(ted.mielczarek) → review+
Reporter | ||
Comment 2•16 years ago
|
||
Comment on attachment 355668 [details] [diff] [review]
v1
+ -DPGO_DIR=\"$(_PROFILE_DIR)\" \
Can we not call this "PGO_DIR"? I'd like to move this stuff out of build/pgo eventually, since most of it has nothing to do with PGO and it's confusing.
Other than that, looks fine. Thanks for patching this!
Assignee | ||
Comment 4•16 years ago
|
||
(Patch dep on bug 468087, otherwise has to be merged)
Depends on: 468087
Assignee | ||
Comment 5•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 6•16 years ago
|
||
Are there plans to land this on the 1.9.1 branch?
Assignee | ||
Comment 7•16 years ago
|
||
(In reply to comment #6)
> Are there plans to land this on the 1.9.1 branch?
This should also be landed after bug 456001.
Assignee | ||
Comment 8•16 years ago
|
||
Assignee | ||
Comment 9•16 years ago
|
||
Attachment #361582 -
Attachment is obsolete: true
Assignee | ||
Comment 10•16 years ago
|
||
Keywords: fixed1.9.1
Updated•16 years ago
|
Updated•16 years ago
|
Attachment #361734 -
Attachment description: v1.2 for 1.9.1 → v1.2 for 1.9.1
[Checkin: Comment 10]
Updated•16 years ago
|
Attachment #356022 -
Attachment description: v1.1 → v1.1
[Checkin: Comment 5]
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
•