Closed
Bug 113401
Opened 23 years ago
Closed 23 years ago
remove obsolete chrome rules from Makefiles
Categories
(SeaMonkey :: Build Config, defect, P4)
SeaMonkey
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.1alpha
People
(Reporter: dbaron, Assigned: netscape)
References
Details
Attachments
(1 file)
6.75 KB,
patch
|
bryner
:
review+
|
Details | Diff | Splinter Review |
I'm told that after warren landed jarring, not all the old rules were removed
from the makefiles. These remaining rules from the makefiles make it very
confusing to figure out what needs to be done to add chrome files -- or figure
out what went wrong when the tree is broken because somebody did it wrong.
It's been suggested to me that all of these are obsolete (and even builds
without JAR packaging use the jar.mn), but I'm not really sure:
http://lxr.mozilla.org/seamonkey/search?string=CHROME_CONTENT
http://lxr.mozilla.org/seamonkey/search?string=CHROME_DIR (excl. "$chrome_dir")
There are probably also some makefiles in directories that we don't descend into
and makefiles that we don't need to descend into that could be cleaned up,
although perhaps that should be a separate bug.
Reporter | ||
Comment 1•23 years ago
|
||
(I might even be willing to help do this if somebody assures me what's safe and
what isn't...)
Assignee | ||
Comment 2•23 years ago
|
||
Bryner did some cleanup on the unix side a while ago. IIRC, all CHROME_*
variables can be purged. They are definitely not used in the unix side. On
win32, the old MOZ_OLD_JAR_PACKAGING ifdefs in rules.mak will need to be removed
before the aforementioned variables can be purged.
Priority: -- → P4
Target Milestone: --- → mozilla0.9.9
Assignee | ||
Comment 3•23 years ago
|
||
nmake is dead. long live gmake.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 5•23 years ago
|
||
Hold on a sec. Some of the things in the LXR queries above are in Makefile.in's.
Status: VERIFIED → REOPENED
Resolution: WONTFIX → ---
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.9 → mozilla1.1alpha
Assignee | ||
Comment 6•23 years ago
|
||
Comment 7•23 years ago
|
||
Comment on attachment 79590 [details] [diff] [review]
Remove obsolete CHROME_* references from Makefile.in
r=bryner
Attachment #79590 -
Flags: review+
Assignee | ||
Comment 8•23 years ago
|
||
Makefile.in patch has been checked in on the trunk. It still needs to be
checked in on the branch...as do the equivalent nmake changes since nmake is
going to live for a bit longer on the branch.
Status: REOPENED → ASSIGNED
Whiteboard: [fixed on trunk]
Target Milestone: mozilla1.1alpha → mozilla1.0.1
Assignee | ||
Updated•23 years ago
|
Whiteboard: [fixed on trunk] → [fixed on trunk][drivers queue]
Assignee | ||
Comment 9•23 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
Whiteboard: [fixed on trunk][drivers queue]
Target Milestone: mozilla1.0.1 → mozilla1.1alpha
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•