From 569d86491b841c990090fa4e3084ae7eb1a7c331 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Tue, 19 Oct 2021 16:11:53 +0000 Subject: Bug 1731911 - Fix nsinstall parallel failure r=nss-reviewers,djackson Differential Revision: https://phabricator.services.mozilla.com/D128906 --- coreconf/rules.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'coreconf') diff --git a/coreconf/rules.mk b/coreconf/rules.mk index dc72e9cef..a341b8385 100644 --- a/coreconf/rules.mk +++ b/coreconf/rules.mk @@ -377,6 +377,8 @@ $(3)/%: % $$(INSTALL) -m 444 $$^ $(3) $(1): $$(addprefix $(3)/,$$($(2))) | $(3)/d + +.NOTPARALLEL: $(1) endif else $(1): -- cgit v1.2.1