Closed
Bug 128950
Opened 23 years ago
Closed 1 year ago
GNU make based builds should create NSS object files at the expected location
Categories
(NSS :: Build, defect, P4)
NSS
Build
Tracking
(Not tracked)
RESOLVED
INACTIVE
Future
People
(Reporter: KaiE, Unassigned)
Details
At least this applies to building on Linux, and to building on Win32 using the
GNU make build system.
Actual behaviour: object files are created below OBJDIR/nss
Expected behaviour: object files should be created below OBJDIR/security/nss, in
order to match the source file location.
Comment 2•22 years ago
|
||
Actually, the problem is a bit worse than that. Rather than following the NSS
directory heirarchy, the genereated files are placed in:
BUILD_TREE/nss/LIBRARY_NAME/ if building a library
and
BUILD_TREE/nss/ for everything else including the cmd line tools.
and since LIBRARY_NAME doesn't always directly map to the directories under
mozilla/security/nss/lib/ , you'll still have a directory mismatch.
Updated•19 years ago
|
Assignee: wtchang → nobody
QA Contact: wtchang → build
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•