Closed
Bug 996718
Opened 11 years ago
Closed 11 years ago
modifying core xpidl python files doesn't regenerate .xpts
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: froydnj, Unassigned)
References
(Blocks 1 open bug)
Details
The $objdir/config/makefiles/xpidl/Makefile has bits like:
$(idl_xpt_dir)/WorkerTest.xpt: $(dist_idl_dir)/nsIWorkerTest.idl
@echo "$(notdir $@)"
$(idlprocess) $(basename $(notdir $@)) nsIWorkerTest
Note the lack of dependencies on $(idlprocess) or any of the .py files it depends on.
Can we just import mozbuild/action/xpidl-process as a module and then ask it what its dependencies are when we're writing out the Makefile above?
Reporter | ||
Comment 1•11 years ago
|
||
Hm, I missed the bit in xpidl-process where it writes out its own deps. But those don't seem to be taking hold in this case.
Reporter | ||
Comment 2•11 years ago
|
||
Never mind! False alarm.
Reporter | ||
Comment 3•11 years ago
|
||
In my mind, I closed this bug. I will permit you all to enter the glorious world of my mind.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
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
•