Closed
Bug 948651
Opened 11 years ago
Closed 11 years ago
Unified sources make it difficult to generate preprocessed files
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 943971
People
(Reporter: sfink, Unassigned)
Details
I used to be able to go into an objdir and run
make nsWhatever.i
and get a nice preprocessed file. (Often, I'd use this to cut & paste the command line to generate the preprocessed file, then munge it to do -fdump-tree-gimple or whatever.)
Now, it's not as nice:
1. grep nsWhatever.cpp Unified*.cpp
2. make Unified_whatever.i
3. Try to ignore everything else in the file other than the stuff needed for nsWhatever.cpp.
It would be nice if the .i targets still worked, even if 'make nsWhatever.o' does not.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•