Closed
Bug 1128365
Opened 11 years ago
Closed 11 years ago
MOZ_TOOLS is unnecessary
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox40 fixed)
RESOLVED
FIXED
mozilla40
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
Details
Attachments
(1 file, 1 obsolete file)
|
6.79 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
MozillaBuild has moztools directory for nsinstall.exe. But nsinstall replaces native with nsinstall.py. So I think that it is unnecessary.
Also, nsintall.exe will still use NSPR. So we should not remove it and directory from PATH environment value.
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8570303 -
Attachment is obsolete: true
| Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8586606 [details] [diff] [review]
Fix
It seems to be that no one uses MOZ_TOOLS_DIR.
And nsinstall.exe into MozillaBuild still uses on NSPR, but MozillaBuild already add moztools/bin path to PATH env.
Attachment #8586606 -
Flags: review?(mh+mozilla)
Updated•11 years ago
|
Attachment #8586606 -
Flags: review?(mh+mozilla) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Assignee: nobody → m_kato
Status: NEW → RESOLVED
Closed: 11 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•