forked from mirrors/gecko-dev
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
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ ipdl_py_deps := \
|
||||||
# NB: the IPDL compiler manages .ipdl-->.h/.cpp dependencies itself,
|
# NB: the IPDL compiler manages .ipdl-->.h/.cpp dependencies itself,
|
||||||
# which is why we don't have explicit .h/.cpp targets here
|
# 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)
|
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 \
|
$(PYTHON3) $(srcdir)/ipdl.py \
|
||||||
--sync-msg-list=$(srcdir)/sync-messages.ini \
|
--sync-msg-list=$(srcdir)/sync-messages.ini \
|
||||||
--msg-metadata=$(srcdir)/message-metadata.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%) \
|
$(IPDLDIRS:%=-I%) \
|
||||||
--file-list $(ALL_IPDLSRCS_FILE)
|
--file-list $(ALL_IPDLSRCS_FILE)
|
||||||
touch $@
|
touch $@
|
||||||
|
$(call BUILDSTATUS,END_Ipdl ipdl.py)
|
||||||
|
|
||||||
export:: ipdl.track
|
export:: ipdl.track
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue