Closed
Bug 371990
Opened 19 years ago
Closed 19 years ago
make no longer functions as expected when run from mozilla/intl/locale/tests
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sciguyryan, Assigned: smontagu)
References
Details
|make| no longer functions as expected when run from mozilla/intl/locale/tests.
| Assignee | ||
Comment 2•19 years ago
|
||
Some code archaeology shows that this can't have worked since the checkin of bug 94831 at 2001-08-16 22:52.
If the files are that out-of-date, I'm not sure that it's worth investing time in making them build, and we'd be better off just wiping the directory and starting from scratch.
| Assignee | ||
Comment 3•19 years ago
|
||
sayrer, will you r+ cvs removing intl/locale/tests/nsLocaleTest.cpp and intl/locale/tests/LocaleSelfTest.cpp? I'll leave the makefile alone so as not to conflict with bug 371611.
I filed bug 372022 on creating new tests.
| Reporter | ||
Comment 4•19 years ago
|
||
Simon, I could remove the un-needed items from the makefile as part of the patch for bug bug 371611 if you can tell me what would no longer be required.
| Assignee | ||
Comment 5•19 years ago
|
||
I think that all the lines between
include $(DEPTH)/config/autoconf.mk
and
include $(topsrcdir)/config/rules.mk
can be removed.
| Reporter | ||
Comment 6•19 years ago
|
||
(In reply to comment #5)
> I think that all the lines between
> include $(DEPTH)/config/autoconf.mk
> and
> include $(topsrcdir)/config/rules.mk
> can be removed.
>
Ok, thanks. I'll remove those lines from the makefile and include that in the patch.
Comment 7•19 years ago
|
||
(In reply to comment #3)
> sayrer, will you r+ cvs removing intl/locale/tests/nsLocaleTest.cpp and
> intl/locale/tests/LocaleSelfTest.cpp? I'll leave the makefile alone so as not
> to conflict with bug 371611.
r=sayrer
| Assignee | ||
Comment 8•19 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 9•19 years ago
|
||
(In reply to comment #3)
> I filed bug 372022 on creating new tests.
Somehow I doubt this. What's the real number? ;-)
| Assignee | ||
Comment 10•19 years ago
|
||
That is the real number. It was accidentally marked confidential, but it's open now.
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
•