Closed
Bug 26844
Opened 26 years ago
Closed 26 years ago
Remove nsprpub/lib/prstreams from NSPR build scripts
Categories
(NSPR :: NSPR, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wtc, Assigned: wtc)
References
Details
I'm going to remove nsprpub/lib/prstreams from NSPR's
build scripts. On makefile-based build systems, this
requires removing the directory 'prstreams' from the
definition of DIRS in nsprpub/lib/Makefile and
nsprpub/lib/Makefile.in.
Nothing probably needs to be done on the mac because
there is no nsprpub/lib/prstreams/MANIFEST (so prstrms.h
is not exported) and I remember prstrms.cpp is not
included in NSPR20PPC.mcp. Steve, could you doublecheck
this?
For autoconf build system, it seems that nothing else needs
to be done either. nsprpub/configure still goes into
nsprpub/lib/prstreams, just as it still still goes into
nsprpub/lib/msgc, but that should be harmless.
The source code in nsprpub/lib/prstreams will not be removed.
| Assignee | ||
Comment 1•26 years ago
|
||
lib/prstreams has been removed from NSPR build scripts
on the NSPRPUB_RELEASE_4_0_BRANCH.
/cvsroot/mozilla/nsprpub/lib/Makefile, revision 3.5.58.1
/cvsroot/mozilla/nsprpub/lib/Makefile.in, revision 1.4.14.1
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•