diff options
author | FranklinDM <mrmineshafter17@gmail.com> | 2022-08-05 12:38:10 +0800 |
---|---|---|
committer | FranklinDM <mrmineshafter17@gmail.com> | 2022-12-24 12:57:52 +0800 |
commit | 7ff4b0d120eb61cceaa0b54d1a686bb39f33ade1 (patch) | |
tree | a25a613027434ecf292c62e38bc88f74b6d67863 /xpcom | |
parent | 13e658a2009bb1b0e2f15a5713af3fca12189b48 (diff) | |
download | uxp-7ff4b0d120eb61cceaa0b54d1a686bb39f33ade1.tar.gz |
Issue #2065 - Part 3: Process install manifests with --track in the recursive make backend
This excludes parts that remove support for building the Mozilla SDK.
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1390916
Diffstat (limited to 'xpcom')
-rw-r--r-- | xpcom/xpidl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xpcom/xpidl/Makefile.in b/xpcom/xpidl/Makefile.in index b58ad48664..dff31a2bab 100644 --- a/xpcom/xpidl/Makefile.in +++ b/xpcom/xpidl/Makefile.in @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. export:: - $(call py_action,process_install_manifest,$(DIST)/idl $(DEPTH)/_build_manifests/install/dist_idl) + $(call py_action,process_install_manifest,--track install-xpidl.track $(DIST)/idl $(DEPTH)/_build_manifests/install/dist_idl) $(call SUBMAKE,xpidl,$(DEPTH)/config/makefiles/xpidl) clean clobber realclean clobber_all distclean:: |