Make `FT_LCD_FILTER_H` a relative rather than absolute path
Categories
(Firefox Build System :: General, enhancement)
Tracking
(firefox79 fixed)
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: nalexander, Assigned: nalexander)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This helps get sccache hits across source directories.
Assignee | ||
Comment 1•5 years ago
|
||
This helps get sccache hits across source directories.
The previous presentation guaranteed the version of ftlcdfil.h
in
the tree, while this unorthodox presentation only ensures that the
freetype2
directory has parent modules
. This is at least unlikely
to occur in random /usr/include
directories.
If this turns out to be an issue it would be possible to copy
ftlcdfil.h
into the object directory, potentially with a unique
name, and then reference that (with a relative path).
Comment 2•5 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:nalexander, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
(In reply to Release mgmt bot [:sylvestre / :calixte / :marco for bugbug] from comment #2)
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:nalexander, could you have a look please?
For more information, please visit auto_nag documentation.
I finally pushed a try build and relanded. The nag messages worked!
Comment 5•5 years ago
|
||
bugherder |
Description
•