Closed
Bug 290905
Opened 20 years ago
Closed 20 years ago
windows makeall.pl incorrectly sets $topobjdir
Categories
(SeaMonkey :: Installer, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey1.0alpha
People
(Reporter: csthomas, Assigned: csthomas)
References
()
Details
Attachments
(1 file, 2 obsolete files)
|
959 bytes,
patch
|
benjamin
:
review+
asa
:
approval1.8b2+
|
Details | Diff | Splinter Review |
70 $topobjdir = "$topsrcdir" if !defined($topobjdir); This doesn't work if you have a separate objdir.
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #181107 -
Flags: superreview?(dveditz)
Attachment #181107 -
Flags: review?(benjamin)
| Assignee | ||
Updated•20 years ago
|
Priority: -- → P1
Whiteboard: [cst: r?]
Target Milestone: --- → Seamonkey1.0alpha
Comment 2•20 years ago
|
||
Comment on attachment 181107 [details] [diff] [review] patch You're assuming that the cwd() of the call is <objdir>/xpinstall/packager/windows? Why is that a safe assumption?
Comment 3•20 years ago
|
||
Comment on attachment 181107 [details] [diff] [review] patch Marking r- per IRC conversation... just pass -objdir from the makefile.
Attachment #181107 -
Flags: superreview?(dveditz)
Attachment #181107 -
Flags: review?(benjamin)
Attachment #181107 -
Flags: review-
| Assignee | ||
Comment 4•20 years ago
|
||
| Assignee | ||
Updated•20 years ago
|
Attachment #181107 -
Attachment is obsolete: true
| Assignee | ||
Updated•20 years ago
|
Attachment #181133 -
Flags: superreview?(dveditz)
Attachment #181133 -
Flags: review?(benjamin)
Updated•20 years ago
|
Attachment #181133 -
Flags: review?(benjamin) → review+
| Assignee | ||
Updated•20 years ago
|
Attachment #181133 -
Attachment is obsolete: true
Attachment #181133 -
Flags: superreview?(dveditz)
| Assignee | ||
Comment 5•20 years ago
|
||
I think this also fixes bug 243616.
Attachment #181646 -
Flags: superreview?(dveditz)
Attachment #181646 -
Flags: review?(benjamin)
Comment 6•20 years ago
|
||
Comment on attachment 181646 [details] [diff] [review] patch r=me, no sr needed for simple build config changes like this.
Attachment #181646 -
Flags: superreview?(dveditz)
Attachment #181646 -
Flags: review?(benjamin)
Attachment #181646 -
Flags: review+
Attachment #181646 -
Flags: approval1.8b2?
Comment 7•20 years ago
|
||
Comment on attachment 181646 [details] [diff] [review] patch a=asa
Attachment #181646 -
Flags: approval1.8b2? → approval1.8b2+
| Assignee | ||
Updated•20 years ago
|
Whiteboard: [cst: r?] → checkin
| Assignee | ||
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Whiteboard: checkin
| Assignee | ||
Comment 8•20 years ago
|
||
checked in
You need to log in
before you can comment on or make changes to this bug.
Description
•