Closed Bug 79324 Opened 24 years ago Closed 24 years ago

remove mkdepend directory from coreconf Makefile

Categories

(NSS :: Libraries, defect, P2)

3.2.1
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jamie-bugzilla, Assigned: jamie-bugzilla)

References

Details

mozilla/security/coreconf/Makefile defines the DIRS variable to include mkdepend. This directory is empty, and is not checked out by a normal cvs co. However, if you do a cvs co -Ad, the directory does get checked out, but it is empty. In the first case, gmake just skips the directory, but in the second case it tries to build the directory and fails. If mkdepend is not used anymore, it should be removed from the coreconf Makefile.
Set target milestone to 3.3.
Target Milestone: --- → 3.3
Jamie, could you take care of this? I remember the 'md' directory is also on the DIRS list. If so, it should also be removed.
Assignee: wtc → nicolson
Priority: -- → P2
Removed mkdepend and md from the DIRS variable. /cvsroot/mozilla/security/coreconf/Makefile,v <-- Makefile new revision: 1.2; previous revision: 1.1 diff -r1.1 -r1.2 38c38 < DIRS = nsinstall mkdepend md --- > DIRS = nsinstall
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Blocks: 1438431
You need to log in before you can comment on or make changes to this bug.