summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorFranklinDM <mrmineshafter17@gmail.com>2022-08-05 12:38:10 +0800
committerFranklinDM <mrmineshafter17@gmail.com>2022-12-24 12:57:52 +0800
commit7ff4b0d120eb61cceaa0b54d1a686bb39f33ade1 (patch)
treea25a613027434ecf292c62e38bc88f74b6d67863 /js
parent13e658a2009bb1b0e2f15a5713af3fca12189b48 (diff)
downloaduxp-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 'js')
-rw-r--r--js/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/Makefile.in b/js/src/Makefile.in
index bc99e62b5d..a8b685ef02 100644
--- a/js/src/Makefile.in
+++ b/js/src/Makefile.in
@@ -185,7 +185,7 @@ install:: js-config.h
#
install::
- $(call py_action,process_install_manifest,--no-remove --no-symlinks $(DESTDIR)$(includedir) $(DEPTH)/_build_manifests/install/dist_include)
+ $(call py_action,process_install_manifest,--track install_dist_include.track --no-symlinks $(DESTDIR)$(includedir) $(DEPTH)/_build_manifests/install/dist_include)
#
# END SpiderMonkey header installation