Closed
Bug 454492
Opened 17 years ago
Closed 14 years ago
nanojit build integration misses targets such as distclean
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
mozilla1.9.1b1
People
(Reporter: brendan, Assigned: jimb)
References
Details
I had to re-pull my m-c tree to cope with seemingly unfixable residue from srcdir build configuration, and after distclean in my old tree (mozilla-centra.bad), I found, among the diff -r output against the freshly-cloned new mozilla-central tree, the following:
Only in mozilla-central.bad/js/src/nanojit: Assembler.o
Only in mozilla-central.bad/js/src/nanojit: Fragmento.o
Only in mozilla-central.bad/js/src/nanojit: LIR.o
Only in mozilla-central.bad/js/src/nanojit: Nativei386.o
Only in mozilla-central.bad/js/src/nanojit: RegAlloc.o
Only in mozilla-central.bad/js/src/nanojit: avmplus.o
Seems dire. Who can help? Jim, is your new stuff making nanojit build fu all much better?
/be
| Assignee | ||
Comment 1•17 years ago
|
||
No; we need to keep 97954 minimal, for the reviewers.
I think the reason the default targets are missing the nanojit object files is that we append $(srcdir)/nanojit to VPATH. The object files end up in js/src, not js/src/nanojit, and the default targets don't find them there.
Updated•17 years ago
|
Assignee: general → nobody
Component: JavaScript Engine → Build Config
QA Contact: general → build-config
Updated•17 years ago
|
Assignee: nobody → jim
Comment 2•14 years ago
|
||
Obsolete with the removal of tracejit.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
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
•