Closed
Bug 837221
Opened 12 years ago
Closed 12 years ago
Make sure mozconfig files are part of the global deps (!!!)
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 762358
People
(Reporter: ehsan.akhgari, Unassigned)
Details
STR:
$ export MOZCONFIG=.mozconfig-whatever
$ ./mach build
$ # have the build fail
$ vi .mozconfig-whatever # disable something to make the build work
$ ./mach build
$ # hit the exact same error
$ ./mach clobber
$ ./mach build
Comment 1•12 years ago
|
||
Dupe of bug 762358?
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
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
•