Closed
Bug 221940
Opened 22 years ago
Closed 8 years ago
After changing browser-sets.inc, have to touch browser.xul
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
Details
When I change a keyboard shortcut in browser-sets.inc, I have to
|touch browser.xul| for my change to take effect when I run |make| in
mozilla/browser/. If I don't touch browser.xul, my change has no effect.
It took me a few hours of recompiling to figure out this bug :(
cc'ing XUL preprocessor people (hixie, bryner)
![]() |
||
Comment 1•22 years ago
|
||
The workaround for this would be to just make any preprocessed file always be
updated in the jar. Otherwise, we get to implement dependencies.
Comment 2•22 years ago
|
||
preprocessor now supports being run with a -d argument to make it list out the
files a file depends on rather than preprocessing the files
![]() |
||
Updated•19 years ago
|
Assignee: bryner → nobody
QA Contact: asa → build.config
Version: unspecified → Trunk
![]() |
||
Comment 4•8 years ago
|
||
I'm guessing this has been fixed in the 14 years since there was meaningful bug activity.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•