Closed
Bug 204681
Opened 23 years ago
Closed 23 years ago
Support building NSS with MKS Toolkit on Windows XP
Categories
(NSS :: Build, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.9
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(1 file)
|
662 bytes,
patch
|
Details | Diff | Splinter Review |
The "uname" command of MKS Toolkit pads the output of the
-v option with leading 0s. So "uname -v" returns "00" on
Windows 2000 and "01" on Windows XP. coreconf/arch.mk handles
"00" but does not handle "01", so when we build on Windows XP,
coreconf looks for coreconf/WINNT5.01.mk, which doesn't exist.
| Assignee | ||
Comment 1•23 years ago
|
||
This patch replaces the special case handling of "00"
by stripping the leading 0 in 0x.
| Assignee | ||
Comment 2•23 years ago
|
||
Fix checked into the NSS tip (3.9).
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.9
You need to log in
before you can comment on or make changes to this bug.
Description
•