Closed
Bug 689370
Opened 13 years ago
Closed 13 years ago
Remove overridden 'MOZ_INSTALLER=' option from confvars.sh, in Calendar
Categories
(Calendar :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sgautherie, Assigned: sgautherie)
References
()
Details
This is the only/last occurrence in comm-central (+ m-c).
***
http://mxr.mozilla.org/comm-central/source/calendar/sunbird/Makefile.in
{
49 ifeq ($(OS_ARCH),WINNT)
50 ifdef MOZ_INSTALLER
}
http://mxr.mozilla.org/comm-central/source/configure.in
{
4608 . "${srcdir}/${MOZ_BUILD_APP}/confvars.sh"
...
5440 case "$target_os" in
5441 aix*|solaris*|linux*|msvc*|mks*|cygwin*|mingw*|os2*|wince*|winmo*)
5442 MOZ_INSTALLER=1
5443 ;;
5444 esac
5445
5446 MOZ_ARG_DISABLE_BOOL(installer,
5447 [ --disable-installer Disable building of installer],
5448 MOZ_INSTALLER=,
5449 MOZ_INSTALLER=1 )
}
Line 5442 overrides line 4608 anyway :-<
Flags: in-testsuite-
Comment 1•13 years ago
|
||
blanket r=NPOTB for removing it from sunbird/confvars
Assignee | ||
Comment 2•13 years ago
|
||
["Mid-air collision detected!", anyway:]
http://hg.mozilla.org/comm-central/rev/06fafe4cdac0
Unbitrotted bug 604266 Cv1-Calendar patch
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•