Closed
Bug 1050398
Opened 11 years ago
Closed 11 years ago
remove intl/unicharutil/tools/Makefile.in
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla34
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
|
997 bytes,
patch
|
mshal
:
review+
|
Details | Diff | Splinter Review |
EX_LIBS is completely unused, and uses a dodgy mechanism of getting
glib's libraries to boot. We could have moved the CFLAGS bit over to
moz.build, but the only C file in this directory, ucgendat.c, doesn't
use anything from glib. So let's just delete the whole thing.
| Assignee | ||
Comment 1•11 years ago
|
||
EX_LIBS is completely unused, and uses a dodgy mechanism of getting
glib's libraries to boot. We could have moved the CFLAGS bit over to
moz.build, but the only C file in this directory, ucgendat.c, doesn't
use anything from glib. So let's just delete the whole thing.
(Also seems like we don't build tools/ by default, so...)
Attachment #8469419 -
Flags: review?(mshal)
Updated•11 years ago
|
Attachment #8469419 -
Flags: review?(mshal) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
This landed: http://hg.mozilla.org/mozilla-central/rev/f08f9f2a9a9e
I guess mcMerge missed this.
Assignee: nobody → nfroyd
Target Milestone: --- → mozilla34
| Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 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
•