Closed
Bug 7487
Opened 26 years ago
Closed 22 years ago
remove all instances of MOZ_BITS in source and makefile.win's
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: Chris.Yeh, Assigned: leaf)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Remove MOZ_BITS variable. After you've removed all references to MOZ_BITS == 16, the MOZ_BITS variable is useless.
This is a general cleanup bug that would make maintaining the win32 build system easier.
Comment 1•25 years ago
|
||
How about removing MOZ_SRC too?
Updated•25 years ago
|
Keywords: helpwanted
Whiteboard: HELP WANTED
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
This is a big ugly patch file, but I think I've removed all instances of
MOZ_BITS. All of it needs to be doublechecked. The only c file is
mantomak.c - I did that one quickly, so it might not be correct.
Also, not sure about C:\mozilla\gconfig\UNIX.mk
Total of 98 files, 274 occurrences of MOZ_BITS
and nearby stuff removed.
(This does not address MOZ_SRC, only MOZ_BITS)
mass reassign to leaf
Assignee: cyeh → leaf
Status: ASSIGNED → NEW
mass re-assign of all bugs where i was listed as the qa contact
QA Contact: cyeh → chofmann
Updated•24 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P4
QA Contact: chofmann → granrose
Target Milestone: --- → Future
Comment 6•23 years ago
|
||
bug cleanup - all leaf's bugzilla bugs should be assigned to leaf@mozilla.org
(not leaf@netscape.com), now and any future bugs created.
this should be a one time change, apologies for the spam.
Assignee: leaf → leaf
Status: ASSIGNED → NEW
Assignee | ||
Comment 7•22 years ago
|
||
Marking wontfix. MOZ_BITS is now used in the autoconf system, and could
conceivably be used someday in the science-fictiony future of windows on 64 bit
platforms becoming commonplace.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
Updated•20 years ago
|
Product: Browser → Seamonkey
Updated•15 years ago
|
Severity: enhancement → trivial
Keywords: helpwanted
Priority: P4 → --
Product: SeaMonkey → Core
Target Milestone: Future → ---
Comment 8•15 years ago
|
||
(In reply to comment #7)
Fwiw,
bug 506502 comment 1:
{
From Wan-Teh Chang 2009-07-29 12:35:47 PDT
NSS use USE_64=1 to create a build for 64-bit Windows.
}
Maybe m-c will eventually want to do it like that too?
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•