Closed
Bug 697147
Opened 14 years ago
Closed 14 years ago
configure.in: remove useless MOZ_INSTALLER= for Android
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla14
People
(Reporter: sgautherie, Assigned: sgautherie)
References
()
Details
(Whiteboard: [fixed by bug 604266])
(Noticed w.r.t. bug 604266 comment 21.)
Afaict, MOZ_INSTALLER applies to "OS_ARCH = WINNT" only.
Yet, bug 557824 added a MOZ_INSTALLER= for Android.
Could the latter be removed, or explained/documented?
Flags: in-testsuite-
| Assignee | ||
Comment 1•14 years ago
|
||
Code is
{
4678 case "${target}" in
4679 *-android*|*-linuxandroid*)
...
4685 MOZ_INSTALLER=
}
Whiteboard: [good first bug]
| Assignee | ||
Comment 2•14 years ago
|
||
Fixed by bug 604266 patch Cv1.
Assignee: nobody → sgautherie.bz
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [good first bug] → [fixed by bug 604266]
Target Milestone: --- → mozilla14
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•