Open
Bug 827547
Opened 12 years ago
Updated 2 years ago
make fails without useful warning when more than one mozconfig present
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: mdas, Unassigned)
Details
We had two versions of mozconfigs in the topsrcdir and when we ran:
make -f client.mk configure
We got the following unhelpful message:
client.mk:109: *** Fix above errors before continuing.. Stop.
Instead, we should get a more descriptive message, telling us there is more than one config. Mach does this. The current error message we get leaves the user really baffled.
STR:
create a .mozconfig file in mozilla-central
create a mozconfig file in mozilla-central
run `make -f client.mk configure`
Comment 1•12 years ago
|
||
(In reply to Malini Das [:mdas] from comment #0)
> STR:
> create a .mozconfig file in mozilla-central
> create a mozconfig file in mozilla-central
> run `make -f client.mk configure`
(or "make -f client.mk build")
Hardware: x86 → All
Comment 2•12 years ago
|
||
Add this to the list of bugs that will go away once client.mk is rewritten in terms of mach commands or mozbuild.* Python modules :)
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•