Open
Bug 905489
Opened 12 years ago
Updated 2 years ago
config.status executed during both configure and make during incremental builds
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: gps, Unassigned)
References
Details
If you update your repo and perform a client.mk build and configure runs, configure executes config.status then when |make| is executed, config.status runs again.
I'm pretty sure this is a regression from bug 903321. The configure-invoked config.status doesn't update backend.RecursiveMakeBackend.built so make thinks it is out of date and re-runs config.status.
STR:
1) touch configure.in Makefile.in
2) mach build
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
•