Bug 1333826 - Remove SDK references from moz-automation.mk, r?mshal draft
authorBenjamin Smedberg <benjamin@smedbergs.us>
Wed, 25 Jan 2017 12:39:25 -0500
changeset 466281 b8e81669a4f5c200dd7b1eea5c750c177aa934ef
parent 466280 c062fe5efecff88f98a41d760658ff3c8579a499
child 466282 901f0ac92b5c0acc6a74d6e979d22ae60ecdc549
push id42859
push userbsmedberg@mozilla.com
push dateWed, 25 Jan 2017 19:35:31 +0000
reviewersmshal
bugs1333826
milestone54.0a1
Bug 1333826 - Remove SDK references from moz-automation.mk, r?mshal MozReview-Commit-ID: 29FWzE8nVpW
build/moz-automation.mk
--- a/build/moz-automation.mk
+++ b/build/moz-automation.mk
@@ -69,32 +69,30 @@ automation/l10n-check: automation/instal
 automation/pretty-l10n-check: automation/pretty-package
 automation/pretty-l10n-check: automation/pretty-installer
 
 automation/upload: automation/installer
 automation/upload: automation/package
 automation/upload: automation/package-tests
 automation/upload: automation/buildsymbols
 automation/upload: automation/update-packaging
-automation/upload: automation/sdk
 
 # buildsymbols will modify our test binaries, which can interfere with
 # packaging them. A finer-grained dependency can help performance here
 # once bug 1329020 is fixed.
 automation/pretty-package-tests: automation/buildsymbols
 
 # automation/{pretty-}package should depend on build (which is implicit due to
 # the way client.mk invokes automation/build), but buildsymbols changes the
 # binaries/libs, and that's what we package/test.
 automation/pretty-package: automation/buildsymbols
 
-# The installer, sdk and packager all run stage-package, and may conflict
+# The installer and packager all run stage-package, and may conflict
 # with each other.
 automation/installer: automation/package
-automation/sdk: automation/installer automation/package
 
 # The 'pretty' versions of targets run before the regular ones to avoid
 # conflicts in writing to the same files.
 automation/installer: automation/pretty-installer
 automation/package: automation/pretty-package
 automation/package-tests: automation/pretty-package-tests
 automation/l10n-check: automation/pretty-l10n-check
 automation/update-packaging: automation/pretty-update-packaging