Closed
Bug 651129
Opened 14 years ago
Closed 2 years ago
Makefile in js/src does not clean editline/libeditline.a
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: decoder, Unassigned)
Details
I recently noticed that when issuing a "make clean" in the js/src directory, the file editline/libeditline.a is not deleted. When I first build a 64 bit shell, then clean/autoconf/reconfigure and then attempt to build a 32 bit shell, the build fails due to that file still being present (once I delete it, build works fine).
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: minor → S4
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•