Closed Bug 204681 Opened 21 years ago Closed 21 years ago

Support building NSS with MKS Toolkit on Windows XP

Categories

(NSS :: Build, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: wtc, Assigned: wtc)

Details

Attachments

(1 file)

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.
Attached patch Proposed patchSplinter Review
This patch replaces the special case handling of "00"
by stripping the leading 0 in 0x.
Fix checked into the NSS tip (3.9).
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.9
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: