Closed
Bug 700066
Opened 13 years ago
Closed 13 years ago
Cleanup of Bug 464088: Option to build NSS without dbm
Categories
(NSS :: Build, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.13.2
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
This bug cleans up the checkin of bug 464088.
The proposed patch was originally attached to bug 464088 comment 33
and was reviewed by blassey in bug 464088 comment 34.
1. In mozilla/security/nss/Makefile, add '@' to the echo command
so that gmake won't echo the echo command. I also change ifndef
to ifdef and reverse the two branches.
2. mozilla/security/nss/lib/softoken/legacydb/config.mk does not
need to check NSS_DISABLE_DBM because that entire directory is
skipped for NSS_DISABLE_DBM.
Assignee | ||
Comment 1•13 years ago
|
||
Checked in on the NSS trunk (NSS 3.13.2).
Checking in Makefile;
/cvsroot/mozilla/security/nss/Makefile,v <-- Makefile
new revision: 1.39; previous revision: 1.38
done
Checking in config.mk;
/cvsroot/mozilla/security/nss/lib/softoken/legacydb/config.mk,v <-- config.mk
new revision: 1.12; previous revision: 1.11
done
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•