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)

defect
Not set
major

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
Blocks: 454493
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.
Assignee: general → nobody
Component: JavaScript Engine → Build Config
QA Contact: general → build-config
Assignee: nobody → jim
Obsolete with the removal of tracejit.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.