Skip to content

Commit

Permalink
Bug 1412460 - Update client.mk comments to match reality; r=mshal
Browse files Browse the repository at this point in the history
We don't want to encourage people to use client.mk.

MozReview-Commit-ID: 53uLrINdHJE

--HG--
extra : rebase_source : ad96b67e867d7574f54475599a0c744df7eaa5e0
  • Loading branch information
indygreg committed Oct 27, 2017
1 parent 068875c commit 2dd5f04
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions client.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2dd5f04

Please sign in to comment.