mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
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:
parent
068875c80a
commit
2dd5f0445f
18
client.mk
18
client.mk
@ -4,22 +4,10 @@
|
|||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# 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,
|
# This make file should not be invoked directly. Instead, use
|
||||||
# 1. hg clone ssh://hg.mozilla.org/mozilla-central mozilla
|
# `mach` (likely `mach build`) for invoking the build system.
|
||||||
# 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.
|
|
||||||
#
|
#
|
||||||
# Options:
|
# Options:
|
||||||
# MOZ_OBJDIR - Destination object directory
|
# MOZ_OBJDIR - Destination object directory
|
||||||
|
Loading…
Reference in New Issue
Block a user