2012-05-30 20:48:24 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2008-07-22 16:21:15 +04:00
|
|
|
|
2013-11-26 03:03:48 +04:00
|
|
|
ifndef COMM_BUILD
|
2008-07-22 16:21:15 +04:00
|
|
|
package:
|
2017-10-16 22:50:14 +03:00
|
|
|
@$(MAKE) -C $(commtopobjdir)/mail/installer
|
2008-07-22 16:21:15 +04:00
|
|
|
|
2008-08-31 22:53:04 +04:00
|
|
|
package-compare:
|
2017-10-16 22:50:14 +03:00
|
|
|
@$(MAKE) -C $(commtopobjdir)/mail/installer package-compare
|
2008-08-31 22:53:04 +04:00
|
|
|
|
2012-05-22 21:16:07 +04:00
|
|
|
stage-package:
|
2017-10-16 22:50:14 +03:00
|
|
|
@$(MAKE) -C $(commtopobjdir)/mail/installer stage-package
|
2012-05-22 21:16:07 +04:00
|
|
|
|
2008-07-22 16:21:15 +04:00
|
|
|
install::
|
2017-10-16 22:50:14 +03:00
|
|
|
@$(MAKE) -C $(commtopobjdir)/mail/installer install
|
2008-11-15 16:56:19 +03:00
|
|
|
|
|
|
|
source-package::
|
2017-10-16 22:50:14 +03:00
|
|
|
@$(MAKE) -C $(commtopobjdir)/mail/installer source-package
|
2009-05-10 16:34:04 +04:00
|
|
|
|
|
|
|
upload::
|
2017-10-16 22:50:14 +03:00
|
|
|
@$(MAKE) -C $(commtopobjdir)/mail/installer upload
|
2009-07-24 11:40:10 +04:00
|
|
|
|
2012-05-16 10:42:24 +04:00
|
|
|
source-upload::
|
2017-10-16 22:50:14 +03:00
|
|
|
@$(MAKE) -C $(commtopobjdir)/mail/installer source-upload
|
2012-05-16 10:42:24 +04:00
|
|
|
|
|
|
|
hg-bundle::
|
2017-10-16 22:50:14 +03:00
|
|
|
@$(MAKE) -C $(commtopobjdir)/mail/installer hg-bundle
|
2012-05-16 10:42:24 +04:00
|
|
|
|
|
|
|
l10n-check::
|
2017-10-16 22:50:14 +03:00
|
|
|
@$(MAKE) -C $(commtopobjdir)/mail/locales l10n-check
|
2012-05-16 10:42:24 +04:00
|
|
|
|
bug 1372167, toml l10n configs for Thunderbird, Calendar, SeaMonkey, r=Fallen, ewong
The configs just match what the ini configs do.
For SeaMonkey, there were some bugs in filter.py that I fixed along the
way. Some file path checks were in unreachable parts, and some file
checks were missing.
I intentionally dropped the ignore flags for bad editor backups, too,
those should really just be reported, so that they don't slip in.
Also, most editors don't create those no more.
MozReview-Commit-ID: 6m2yid3nGZq
--HG--
extra : rebase_source : eb5ee43971ad9e632858fc7ec8091aea6baedcc0
2017-06-12 15:07:54 +03:00
|
|
|
wget-en-US:
|
2017-10-16 22:50:14 +03:00
|
|
|
$(MAKE) -C $(commtopobjdir)/mail/locales wget-en-US
|
bug 1372167, toml l10n configs for Thunderbird, Calendar, SeaMonkey, r=Fallen, ewong
The configs just match what the ini configs do.
For SeaMonkey, there were some bugs in filter.py that I fixed along the
way. Some file path checks were in unreachable parts, and some file
checks were missing.
I intentionally dropped the ignore flags for bad editor backups, too,
those should really just be reported, so that they don't slip in.
Also, most editors don't create those no more.
MozReview-Commit-ID: 6m2yid3nGZq
--HG--
extra : rebase_source : eb5ee43971ad9e632858fc7ec8091aea6baedcc0
2017-06-12 15:07:54 +03:00
|
|
|
|
|
|
|
# make -j1 because dependencies in l10n build targets don't work
|
|
|
|
# with parallel builds
|
|
|
|
merge-% installers-% langpack-% chrome-%:
|
2017-10-16 22:50:14 +03:00
|
|
|
$(MAKE) -j1 -C $(commtopobjdir)/mail/locales $@
|
bug 1372167, toml l10n configs for Thunderbird, Calendar, SeaMonkey, r=Fallen, ewong
The configs just match what the ini configs do.
For SeaMonkey, there were some bugs in filter.py that I fixed along the
way. Some file path checks were in unreachable parts, and some file
checks were missing.
I intentionally dropped the ignore flags for bad editor backups, too,
those should really just be reported, so that they don't slip in.
Also, most editors don't create those no more.
MozReview-Commit-ID: 6m2yid3nGZq
--HG--
extra : rebase_source : eb5ee43971ad9e632858fc7ec8091aea6baedcc0
2017-06-12 15:07:54 +03:00
|
|
|
|
2009-07-24 11:40:48 +04:00
|
|
|
ifdef ENABLE_TESTS
|
2017-02-26 18:45:39 +03:00
|
|
|
include $(commtopsrcdir)/mail/testsuite-targets.mk
|
2013-11-26 03:03:48 +04:00
|
|
|
endif
|
2009-07-24 11:40:10 +04:00
|
|
|
endif
|