Files
sousa-gecko/browser/build.mk
T
serge-sans-paille 0cc74a1d39 Bug 2014760 - Obsolete source-upload make rule and its interface from mozharness's BuildScript r=ahochheiden
None of them are referenced in the CI anymore, let's just use `mach source-package` with the new flag `--upload` when needed, if ever (?).

Differential Revision: https://phabricator.services.mozilla.com/D281984
2026-04-09 18:46:20 +00:00

41 lines
865 B
Makefile

# 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/.
package:
@$(MAKE) -C browser/installer
package-compare:
@$(MAKE) -C browser/installer package-compare
stage-package:
@$(MAKE) -C browser/installer stage-package
install::
@$(MAKE) -C browser/installer install
upload::
@$(MAKE) -C browser/installer upload
hg-bundle::
@$(MAKE) -C browser/installer hg-bundle
wget-en-US:
@$(MAKE) -C browser/locales $@
merge-% installers-% langpack-% chrome-%:
$(MAKE) -C browser/locales $@
ifdef ENABLE_TESTS
# Implemented in testing/testsuite-targets.mk
mochitest-browser-chrome:
$(RUN_MOCHITEST) --flavor=browser
$(CHECK_TEST_ERROR)
mochitest:: mochitest-browser-chrome
.PHONY: mochitest-browser-chrome
endif