Closed
Bug 286608
Opened 20 years ago
Closed 20 years ago
netwerk/socket/base/Makefile.in disables xpt generation on windows for no obvious reason
Categories
(Core :: Networking, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla1.8beta2
People
(Reporter: Biesinger, Assigned: Biesinger)
References
()
Details
Attachments
(1 file)
|
723 bytes,
patch
|
darin.moz
:
review+
dbaron
:
approval-aviary1.0.3-
caillon
:
approval1.7.6-
dbaron
:
approval1.7.7-
|
Details | Diff | Splinter Review |
70 ifeq ($(OS_ARCH),WINNT) 71 NO_GEN_XPT=1 72 endif this has been there since revision 1.1 of makefile.win (and got merged to Makefile.in at some point, when the nmake-based build system was being removed) (http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/netwerk/socket/base/makefile.win)
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #177753 -
Flags: review?(darin)
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → mozilla1.8beta2
Updated•20 years ago
|
Attachment #177753 -
Flags: review?(darin) → review+
| Assignee | ||
Comment 2•20 years ago
|
||
Checking in netwerk/socket/base/Makefile.in; /cvsroot/mozilla/netwerk/socket/base/Makefile.in,v <-- Makefile.in new revision: 1.19; previous revision: 1.18 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•20 years ago
|
||
Comment on attachment 177753 [details] [diff] [review] patch this just makes it so we generate xpt files on windows (we already do on other platforms). this is needed to make bug 286612 useful on windows.
Attachment #177753 -
Flags: approval1.7.6?
Attachment #177753 -
Flags: approval-aviary1.0.3?
Comment 4•20 years ago
|
||
Comment on attachment 177753 [details] [diff] [review] patch 1.7.6 matches aviary1.0.2. too late for this set. you'll want to request 1.7.7 approval once those flags exist.
Attachment #177753 -
Flags: approval1.7.6? → approval1.7.6-
| Assignee | ||
Updated•20 years ago
|
Attachment #177753 -
Flags: approval1.7.7?
Comment on attachment 177753 [details] [diff] [review] patch We're not taking changes for Aviary 1.0.x other than security fixes and regressions along the Aviary 1.0.x series (i.e., regressions from security fixes).
Attachment #177753 -
Flags: approval1.7.7?
Attachment #177753 -
Flags: approval1.7.7-
Attachment #177753 -
Flags: approval-aviary1.0.3?
Attachment #177753 -
Flags: approval-aviary1.0.3-
You need to log in
before you can comment on or make changes to this bug.
Description
•