Closed
Bug 1796927
Opened 3 years ago
Closed 3 years ago
Post bug 1794156 cleanup for comm/mail/build.mk
Categories
(Thunderbird :: Build Config, task)
Thunderbird
Build Config
Tracking
(thunderbird_esr102 unaffected)
RESOLVED
FIXED
108 Branch
| Tracking | Status | |
|---|---|---|
| thunderbird_esr102 | --- | unaffected |
People
(Reporter: rjl, Assigned: rjl)
References
Details
Attachments
(1 file)
The l10n-check target, removed in bug 1794156 is still referenced in mail/build.mk and should be removed.
The ifndef COMM_BUILD around the whole file is unnecessary. Nothing sets COMM_BUILD anymore.
Since bug 1641184, the make -j1 stuff happening around the l10n targets at the bottom can be changed to drop the -j1.
| Assignee | ||
Comment 1•3 years ago
|
||
l10n-check is not relevant after bug 1794156.
ifndef COMM_BUILD is not needed because nothing sets it anymore.
-j1 is not needed for the l10n targets since bug 1641184.
Updated•3 years ago
|
Assignee: nobody → rob
Status: NEW → ASSIGNED
| Assignee | ||
Updated•3 years ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 108 Branch
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/bca7f303636d
Cleanup mail/build.mk following bug 1794156. r=dandarnell
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•