summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorFranklinDM <mrmineshafter17@gmail.com>2022-08-05 12:29:07 +0800
committerFranklinDM <mrmineshafter17@gmail.com>2022-12-24 12:57:44 +0800
commitabf74404c5e564af77e10741b443b42a7d677170 (patch)
treef8d6c0d069319cf40c9442a59bb9b806e4b50e5d /Makefile.in
parent012669ee58229ea90ca39ccdbb85f91b38af7c9a (diff)
downloaduxp-abf74404c5e564af77e10741b443b42a7d677170.tar.gz
Issue #2065 - Part 1: Restore FasterMake build backend
I use this for quickly rebuilding and preprocessing the JS/XUL/CSS assets them without the need to recompile the IDL interfaces and other unnecessary items.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index aec100ea0d..365dbd4a8a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -173,6 +173,9 @@ endif
$(addprefix install-,$(install_manifests)): install-%: $(install_manifest_depends)
$(addprefix $(call py_action,process_install_manifest,$(if $(NO_REMOVE),--no-remove )$*) ,$(wildcard _build_manifests/install/$(subst /,_,$*)))
+# Dummy wrapper rule to allow the faster backend to piggy back
+$(addprefix install-,$(subst /,_,$(filter dist/%,$(install_manifests)))): install-dist_%: install-dist/% ;
+
.PHONY: install-tests
install-tests: install-test-files