Closed
Bug 54930
Opened 25 years ago
Closed 17 years ago
$MOZILLA_FIVE_HOME should be $MOZILLA_HOME
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: darkmane, Unassigned)
References
()
Details
Attachments
(2 files)
|
17.02 KB,
patch
|
Details | Diff | Splinter Review | |
|
13.52 KB,
patch
|
Details | Diff | Splinter Review |
I realize this is a trivial bug, but for consistency MOZILLA_FIVE_HOME should be
changed to MOZILLA_SIX_HOME
Comment 1•25 years ago
|
||
do you mean changing the directory or a variable?
| Reporter | ||
Comment 2•25 years ago
|
||
Sorry, I was unclear. I meant the variable name. Just for consistencies sake.
Comment 3•25 years ago
|
||
duh, you used a '$' (slaps himself)
calling it $MOZILLA_HOME would be better. No idea where this goes.
| Reporter | ||
Comment 4•25 years ago
|
||
Comment 5•25 years ago
|
||
I have no idea where to move this. WHat files are you patching with this?
| Reporter | ||
Comment 6•25 years ago
|
||
My patch touches the following files....
I know that there is no clear owner, as a matter of fact, on IRC there was no
clear decision as to what the variable name should be.
/cvsroot/mozilla/build/package/debian/runner,v
/cvsroot/mozilla/build/package/rpm/mozilla,v
/cvsroot/mozilla/build/package/rpm/mozilla-viewer,v
/cvsroot/mozilla/build/unix/run-mozilla.sh,v
/cvsroot/mozilla/config/rules.mk,v
/cvsroot/mozilla/extensions/irc/xul/tests/index.html,v
/cvsroot/mozilla/layout/html/tests/table/rtest.sh,v
/cvsroot/mozilla/layout/html/tests/table/runtests.sh,v
/cvsroot/mozilla/modules/libpref/src/prefapi.c,v
/cvsroot/mozilla/modules/oji/tests/script/autorun.pl,v
/cvsroot/mozilla/modules/plugin/nglsrc/nsPluginsDirBeOS.cpp,v
/cvsroot/mozilla/modules/plugin/nglsrc/nsPluginsDirUNIX.cpp,v
netwerk/cache/filecache/test/diskcache.cpp
/cvsroot/mozilla/netwerk/cache/filecache/test/diskcache.cpp,v
/cvsroot/mozilla/netwerk/test/TestRawCache.cpp,v
/cvsroot/mozilla/xpcom/doc/xpcom-standalone.html,v
/cvsroot/mozilla/xpcom/io/nsDirectoryService.cpp,v
/cvsroot/mozilla/xpcom/io/nsSpecialSystemDirectory.cpp,v
xpfe/appfilelocprovider/src/nsAppFileLocationProvider.cpp
/cvsroot/mozilla/xpfe/appfilelocprovider/src/nsAppFileLocationProvider.cpp,v
/cvsroot/mozilla/xpinstall/packager/unix/mozilla.sh,v
/cvsroot/mozilla/xpinstall/packager/unix/mozilla.spec.in,v
/cvsroot/mozilla/xpinstall/wizard/unix/src2/mozilla-installer,v
Comment 7•25 years ago
|
||
Sean, can you reassign this bug to yourself and try to get review and approval
to check it in.
| Reporter | ||
Comment 8•25 years ago
|
||
Reassigning to Myself as per Asa's request. Will haunt IRC to get approval.
Assignee: asa → darkmane
| Reporter | ||
Comment 9•25 years ago
|
||
Comment 10•25 years ago
|
||
Now you need a sr= and a a=. DO you have cvs rights?
Updated•25 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 11•25 years ago
|
||
confirming
| Reporter | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Updated•25 years ago
|
Summary: $MOZILLA_FIVE_HOME should be $MOZILLA_SIX_HOME → $MOZILLA_FIVE_HOME should be $MOZILLA_HOME
Comment 12•25 years ago
|
||
I'm not a native speaker, so I had to lookup the meaning of LAIR. Though it fits
nicely, I'd prefer MOZILLA_HOME since the meaning is obvious to everyone,
including non-native speakers. Please consider this side-effect.
Comment 13•25 years ago
|
||
IMO extensions/irc/xul/tests/index.html should not include this information.
Leaf/Cls please pick a component. I think this is a dupe, although there are
patches on this bug.
Component: Browser-General → Build Config
OS: Windows NT → Linux
Comment 14•25 years ago
|
||
> for consistency MOZILLA_FIVE_HOME should be changed to MOZILLA_SIX_HOME
huh? What is Mozilla 6?
Comment 15•25 years ago
|
||
Mozilla 6 ne Mozilla 6.0, fwiw :-)
(Like it or not, there have been 4 Mozillas[0] before this one, 5 if you count
the one which was never released)
[0] A rose, by any other name ...
Comment 16•24 years ago
|
||
I don't like lair either. I'm casting my vote for --enable-default-mozilla-home
and MOZILLA_HOME. In previous "mozilla" releases, it's has always been
MOZILLA_HOME. I don't see the need to change it.
Updated•21 years ago
|
Product: Browser → Seamonkey
Updated•17 years ago
|
Assignee: darkmane → nobody
Severity: normal → trivial
Status: ASSIGNED → NEW
Priority: P3 → --
Product: Mozilla Application Suite → Core
QA Contact: doronr → build-config
Updated•17 years ago
|
Comment 17•17 years ago
|
||
The only thing we should do is remove MOZILLA_FIVE_HOME entirely, but in the meantime let's not mess with it.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
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
•