Closed
Bug 37355
Opened 25 years ago
Closed 25 years ago
Minor cleanups for Mac pull/build scripts
Categories
(SeaMonkey :: Build Config, enhancement, P5)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: wtc, Assigned: jj.enser)
Details
Attachments
(1 file)
|
2.71 KB,
patch
|
Details | Diff | Splinter Review |
I'm going to attach a patch that cleans up
the Mac pull/build scripts a little bit.
Feel free to throw away what you think is
wrong.
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 2•25 years ago
|
||
Comments on the patch (id=8030).
1. BuildNGLayout.pl: I believe the NECKO build
variable is obsolete.
2. BuildNGLayoutDebug.pl: it would be easier for
me to override the values in the $build{} array
for NSPR builds if the $build{} array entries were
initialized to 0, because to do NSPR builds, I
only need to set three entries to 1 (dist_runtime,
stubs, and runtime). Note that all the entries
in $build{} are initialized to 0 in BuildNGLayout.pl.
3. PullNGLayout.pl: fixed comments and removed the
setting of unused variable DEBUG.
Severity: normal → enhancement
Priority: P3 → P5
| Assignee | ||
Comment 3•25 years ago
|
||
Simon, feel free to reassign this to me if you want. I can (and should) take care
of this, but I _just_ got added to the cc list. (thanks Jon)
| Assignee | ||
Comment 5•25 years ago
|
||
Didn't check this in yet cuz i have other related/similar changes in my tree.
Will do so after merging them all.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 6•25 years ago
|
||
fixed. checked in with other minor adjustement between optimized/debug scripts.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•