Closed
Bug 900833
Opened 12 years ago
Closed 12 years ago
Clean up / remove two redundant files in makefile rule
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: capella, Assigned: craig.hardy85)
Details
(Whiteboard: [good-first-bug][mentor=markcapella@twcny.rr.com])
Two files are included twice each in mobile/android/base/Makefile.in and generate warnings during builds:
Makefile:1327: target `res/layout/search_engine_row.xml' given more than once in the same rule.
Makefile:1327: target `res/layout/suggestion_item.xml' given more than once in the same rule.
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [good-first-bug] → [good-first-bug][mentor=markcapella@twcny.rr.com]
| Assignee | ||
Comment 1•12 years ago
|
||
I would like to try to tackle this as my first bug. Is it only possible to work on firefox for android bugs on a linux machine or vm?
| Reporter | ||
Comment 2•12 years ago
|
||
Basically, yes. I have a Win7 Host and a VMWare / Ubuntu guest and it works out pretty well.
You can look at https://wiki.mozilla.org/Mobile/Fennec/Android to get your IDE setup and ask questions on mozilla irc channels #introduction for basic stuff or #mobile for Android specific.
I can be found on both.
| Reporter | ||
Updated•12 years ago
|
Assignee: nobody → craig.hardy85
Status: NEW → ASSIGNED
Comment 3•12 years ago
|
||
Craig, Could you confirm if you're still working on this bug?
I'm interested to help on this bug!
Comment 4•12 years ago
|
||
Apparently, the bug already seems to be fixed. Possibly fixed by someone working on Makefile on an unrelated issue. :)
Closing the bug.
| Reporter | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•