Bug 1391675 - Fix sm-pkg bustage on a CLOSED TREE, r=bustage draft
authorAndrew Halberstadt <ahalberstadt@mozilla.com>
Wed, 23 Aug 2017 15:22:57 -0400
changeset 651462 8ae49ed70af77fc4649befb53bd58917d4430b97
parent 651351 c6f4ec7812ffdb62cd3755b161ea794bec8ceedb
child 727728 34a1941e13e9fd612fd81f155cdfb7e5d2b47608
push id75745
push userahalberstadt@mozilla.com
push dateWed, 23 Aug 2017 19:23:49 +0000
reviewersbustage
bugs1391675
milestone57.0a1
Bug 1391675 - Fix sm-pkg bustage on a CLOSED TREE, r=bustage MozReview-Commit-ID: KbDxxJtWFbE
moz.build
--- a/moz.build
+++ b/moz.build
@@ -59,17 +59,16 @@ if CONFIG['ENABLE_CLANG_PLUGIN']:
     DIRS += ['build/clang-plugin']
 
 DIRS += [
     'config',
     'python',
     'taskcluster',
     'testing/mozbase',
     'third_party/python',
-    'tools',
 ]
 
 if not CONFIG['JS_STANDALONE']:
     # These python manifests are included here so they get picked up without an objdir
     PYTHON_UNITTEST_MANIFESTS += [
         'testing/marionette/harness/marionette_harness/tests/harness_unit/python.ini',
         'testing/mochitest/tests/python/python.ini',
     ]
@@ -91,16 +90,17 @@ if not CONFIG['JS_STANDALONE']:
         'source-repo.h',
     ]
 
     GENERATED_FILES['buildid.h'].script = 'build/variables.py:buildid_header'
     GENERATED_FILES['source-repo.h'].script = 'build/variables.py:source_repo_header'
 
     DIRS += [
         'build',
+        'tools',
         'probes',
     ]
 
 if CONFIG['COMPILE_ENVIRONMENT']:
     DIRS += ['js/src']
 
 DIRS += [
     'config/external/fdlibm',