Open
Bug 932407
Opened 12 years ago
Updated 3 years ago
make -C obj/path/to/dir does not call tools target
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: Taraman, Unassigned)
Details
If building lightning with:
make -C <topsrcdir>/objDir/calendar/lightning
it only generates the updated files in <topsrcdir>/objDir/mozilla/dist/xpi-stage/lightning.
The .xpi is not updated and also the files in <topsrcdir>/objDir/mozilla/dist/bin/extensions stay untouched.
Formerly those were updated too.
Doing a complete thunderbird rebuild works as expected.
Comment 1•12 years ago
|
||
As we've found, this takes care:
make -C <topsrcdir>/objDir/calendar lightning tools
I don't know if this is expeced, so I'm moving to Core to get some input.
Product: Calendar → Core
Summary: Incremental build of lightning does not update all necessary files → make -C obj/path/to/dir does not call tools target
Comment 2•12 years ago
|
||
Typo in comment 1, the space should be a slash:
make -C <topsrcdir>/objDir/calendar/lightning tools
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•