Bug 1412460 - Update client.mk comments to match reality; r?build draft
authorGregory Szorc <gps@mozilla.com>
Fri, 27 Oct 2017 13:10:12 -0700
changeset 690345 c86a24406ba3305c45319d1be9d4fe67a6674d97
parent 690344 3b99501daa2f6eb7c3f687a0d655727053058f7b
child 690346 4f7cf7db0d60cb7b67c8f286cc08fef87496875c
push id87287
push usergszorc@mozilla.com
push dateWed, 01 Nov 2017 22:07:23 +0000
reviewersbuild
bugs1412460
milestone58.0a1
Bug 1412460 - Update client.mk comments to match reality; r?build We don't want to encourage people to use client.mk. MozReview-Commit-ID: 53uLrINdHJE
client.mk
--- a/client.mk
+++ b/client.mk
@@ -1,30 +1,18 @@
 # -*- makefile -*-
 # vim:set ts=8 sw=8 sts=8 noet:
 # 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/.
 
-# Build a mozilla application.
+# Defines main targets for driving the Firefox build system.
 #
-# To build a tree,
-#    1. hg clone ssh://hg.mozilla.org/mozilla-central mozilla
-#    2. cd mozilla
-#    3. create your .mozconfig file with
-#       ac_add_options --enable-application=browser
-#    4. gmake -f client.mk
-#
-# Other targets (gmake -f client.mk [targets...]),
-#    build
-#    clean (realclean is now the same as clean)
-#    distclean
-#
-# See http://developer.mozilla.org/en/docs/Build_Documentation for 
-# more information.
+# This make file should not be invoked directly. Instead, use
+# `mach` (likely `mach build`) for invoking the build system.
 #
 # Options:
 #   MOZ_OBJDIR           - Destination object directory
 #   MOZ_MAKE_FLAGS       - Flags to pass to $(MAKE)
 #   MOZ_PREFLIGHT_ALL    - Makefiles to run before building.
 #   MOZ_POSTFLIGHT_ALL   - Makefiles to run after building.
 #
 #######################################################################