summaryrefslogtreecommitdiff
path: root/coreconf/nsinstall
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1819958. Removed deprecated sprintf function and replaced with snprintf. ↵Noah Lokocz2023-03-162-16/+17
| | | | | | r=djackson Differential Revision: https://phabricator.services.mozilla.com/D171859
* Bug 1563221 remove older oses that are unused part3/ BeOS ↵Ludovic Hirlimann2022-09-071-5/+1
| | | | | | | | r=nss-reviewers,djackson Depends on D36757 Differential Revision: https://phabricator.services.mozilla.com/D37215
* Bug 1771036 - allow LDFLAGS override in makefile builds. ↵John M. Schanck2022-05-311-0/+4
| | | | | | | | r=nss-reviewers,djackson Patch provided by Giulio Benetti. Differential Revision: https://phabricator.services.mozilla.com/D147534
* Bug 290526 Parallelize part of the NSS build r=rrelyeaJan-Marek Glogowski2020-05-051-0/+1
| | | | | | | | | | | | | | | | | | | | This still serializes many targets, but at least these targets themself run their build in parallel. The main serialization happens in nss/Makefile and nss/coreconf/rules.mk's all target. We can't add these as real dependencies, as all Makefile snippets use the same variable names. I tried to always run sub-makes to hack in the depndencies, but these don't know of each other, so targets very often run twice, and this breaks the build. Having a tests:: target and a tests directory leads to misery (and doesn't work), so it's renamed to check. This just works with NSS_DISABLE_GTESTS=1 specified and is fixed by a follow up patch, which removes the double-colon usage and adds the directory dependencies! Differential Revision: https://phabricator.services.mozilla.com/D69019
* Bug 290526 Don't delete directories r=rrelyeaJan-Marek Glogowski2020-05-051-1/+1
| | | | | | | If these files exist and aren't directories, there might be other problems. Trying to "fix" them by removing will break the build. Differential Revision: https://phabricator.services.mozilla.com/D69018
* Bug 1438426 - Avoid stringop-truncation warning, r=franziskusMartin Thomson2018-02-151-1/+1
|
* bug 1237872 - Add gyp build system for NSS. r=fkieferTed Mielczarek2016-09-231-0/+21
|
* Bug 1280844 - Remove useless assert() in pathsub.c. r=mt.Nicholas Nethercote2016-06-211-2/+0
| | | | | | | | | The assert() assumes that |from| and |to| are non-null, which the subsequent check does not assume. It's also redundant w.r.t. the subsequent checks, which will cause informative termination on failure. It's also the only assert() in this file. MozReview-Commit-ID: GSAgvINeEpJ
* Bug 938486: Fix off-by-one error in readlink call, r=briansmithMaxime Villard2013-11-131-1/+1
|
* Bug 845556, reorganize NSS directory layout, moving files, very large ↵Kai Engert2013-02-285-0/+905
changeset! r=wtc