Closed
Bug 66424
Opened 25 years ago
Closed 25 years ago
makefile and script to compile and run leaksoup
Categories
(Firefox Build System :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9
People
(Reporter: dbaron, Assigned: dbaron)
Details
Attachments
(2 files)
|
3.64 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.48 KB,
text/plain
|
Details |
I have a makefile and a script that make it easier for me to compile and run
leaksoup. Unless someone else has something better, it might not be bad to
check this in so others can use it. (It would also be nice to put the leaksoup
bits into a JAR file, but I couldn't get that to work. And it might also be
nice to make this so it works more universally, but anyway...)
There's also one other change in here that I found rather helpful :-)
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
To clarify, this patch doesn't cause the makefile to be executed, ever. You
have to run gmake in gc/boehm/leaksoup/ to do that. And since I didn't make
it so the dependencies work right (since I'm not sure how one does that with
Java), I'd rather not...
But I'll take another shot at making the Makefile.in more sensible. I'm curious
now.
| Assignee | ||
Comment 3•25 years ago
|
||
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla0.9
Comment 4•25 years ago
|
||
r=waterson. The second makefile works because javac compiles the transitive
closure of the packages it needs, IIRC?
| Assignee | ||
Comment 5•25 years ago
|
||
Yes, javac compiles all dependencies.
Comment 6•25 years ago
|
||
| Assignee | ||
Comment 7•25 years ago
|
||
Checked in 2001-02-18 08:51 PST.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•7 years ago
|
Target Milestone: mozilla0.9 → mozilla 0.9
Updated•7 years ago
|
Target Milestone: mozilla 0.9 → mozilla0.9
You need to log in
before you can comment on or make changes to this bug.
Description
•