Bug 1412460 - Update client.mk comments to match reality; r=mshal

We don't want to encourage people to use client.mk.

MozReview-Commit-ID: 53uLrINdHJE

--HG--
extra : rebase_source : ad96b67e867d7574f54475599a0c744df7eaa5e0
This commit is contained in:
Gregory Szorc 2017-10-27 13:10:12 -07:00
Родитель 068875c80a
Коммит 2dd5f0445f
1 изменённых файлов: 3 добавлений и 15 удалений

Просмотреть файл

@ -4,22 +4,10 @@
# 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