Closed
Bug 1830973
Opened 2 years ago
Closed 2 years ago
build.sh should output errors by default
Categories
(NSS :: Build, enhancement, P3)
NSS
Build
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jschanck, Assigned: jschanck)
Details
Attachments
(1 file)
Our build.sh
script suppresses errors while building NSPR and running GYP unless the -v
flag is passed. For example, if there's an error while building NSPR, a user might see
$ ./build.sh
NSPR [1/5] configure ...
NSPR [2/5] make ...
$
The only indication that the build failed is that only 2 of 5 steps were run.
We should output stderr in these early stages of the build.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•