Closed
Bug 450478
Opened 17 years ago
Closed 17 years ago
Bug 378991 added an unused variable __DESTDIR__
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: neil, Assigned: neil)
Details
Attachments
(1 file)
|
383 bytes,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
I discovered this variable because it confused my cross-compile because it includes a path inside quote marks (which shouldn't be necessary because building in paths containing spaces isn't supported anyway) but rather than just fixing the quote marks we might as well remove it as it is unused.
| Assignee | ||
Comment 1•17 years ago
|
||
Comment 2•17 years ago
|
||
Comment on attachment 333618 [details] [diff] [review]
Proposed patch
WFM if it's unused.
Attachment #333618 -
Flags: review?(ted.mielczarek) → review+
| Assignee | ||
Comment 3•17 years ago
|
||
Pushed changeset 3894d280de0d to mozilla-central.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•