Closed
Bug 1851813
Opened 2 years ago
Closed 2 years ago
mach build langpack-XY overwrites obj/browser/locales/bookmarks.html
Categories
(Firefox Build System :: Mach Core, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1660943
People
(Reporter: stordlord929, Unassigned)
Details
+++ This bug was initially created as a clone of Bug #1660943 +++
From the #build-channel:
When doing ./mach build langpack-de, I end up with obj/dist/xpi-stage/locale-de/, containing basically only symlinks. These symlinks point almost all to obj/browser/locales/merge-dir/de/, except bookmarks.html, which points to obj/browser/locales/bookmarks.html.
This is giving me a headache at the moment, as each new ./mach build langpack-XY is going to overwrite this file. So I can't build them in parallel and the original one is overwritten.
Other files I see that do this are:
locale.ini -> ../../../toolkit/locales/locale.ini
update.locale -> ../../../toolkit/locales/update.locale
updater.ini -> ../../../browser/locales/updater.ini
Flags: needinfo?(stordlord929)
Comment 1•2 years ago
|
||
Please do not randomly mess with bugzilla.
Group: firefox-core-security
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1660943
Flags: needinfo?(stordlord929)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•