Skip to content

Commit

Permalink
Bug 1733374 - land NSS NSS_3_72_BETA1 UPGRADE_NSS_RELEASE, r=bbeurdouche
Browse files Browse the repository at this point in the history
```
2021-10-19  Giulio Benetti  <[email protected]>

	* coreconf/rules.mk:
	Bug 1731911 - Fix nsinstall parallel failure r=nss-
	reviewers,djackson

	[f7b146b603f7] [NSS_3_72_BETA1]
```

Differential Revision: https://phabricator.services.mozilla.com/D129242
  • Loading branch information
dennisjackson committed Oct 22, 2021
1 parent 920a666 commit 1ee4311
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion security/nss/TAG-INFO
Original file line number Diff line number Diff line change
@@ -1 +1 @@
de3db3a55aef
NSS_3_72_BETA1
1 change: 0 additions & 1 deletion security/nss/coreconf/coreconf.dep
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
*/

#error "Do not include this header file."

2 changes: 2 additions & 0 deletions security/nss/coreconf/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,8 @@ $(3)/%: %
$$(INSTALL) -m 444 $$^ $(3)

$(1): $$(addprefix $(3)/,$$($(2))) | $(3)/d

.NOTPARALLEL: $(1)
endif
else
$(1):
Expand Down

0 comments on commit 1ee4311

Please sign in to comment.