mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1890722 - Correctly track generation of ipdl files r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D207115
This commit is contained in:
parent
25d431d79c
commit
f14b76b090
@ -19,6 +19,7 @@ ipdl_py_deps := \
|
||||
# NB: the IPDL compiler manages .ipdl-->.h/.cpp dependencies itself,
|
||||
# which is why we don't have explicit .h/.cpp targets here
|
||||
ipdl.track: $(ALL_IPDLSRCS) $(ALL_IPDLSRCS_FILE) $(srcdir)/sync-messages.ini $(srcdir)/message-metadata.ini $(ipdl_py_deps)
|
||||
$(call BUILDSTATUS,START_Ipdl ipdl.py)
|
||||
$(PYTHON3) $(srcdir)/ipdl.py \
|
||||
--sync-msg-list=$(srcdir)/sync-messages.ini \
|
||||
--msg-metadata=$(srcdir)/message-metadata.ini \
|
||||
@ -27,6 +28,7 @@ ipdl.track: $(ALL_IPDLSRCS) $(ALL_IPDLSRCS_FILE) $(srcdir)/sync-messages.ini $(s
|
||||
$(IPDLDIRS:%=-I%) \
|
||||
--file-list $(ALL_IPDLSRCS_FILE)
|
||||
touch $@
|
||||
$(call BUILDSTATUS,END_Ipdl ipdl.py)
|
||||
|
||||
export:: ipdl.track
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user