Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mullvad Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Mullvad Browser
Commits
1912d99b
Commit
1912d99b
authored
19 years ago
by
cmp%mozilla.org
Browse files
Options
Downloads
Patches
Plain Diff
Add 'all' project to client.mk. Bug 304377, attachment 192471.
r=bryner@brianryner.com, sr+a=chase@mozilla.org.
parent
bbe05ede
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client.mk
+20
-0
20 additions, 0 deletions
client.mk
with
20 additions
and
0 deletions
client.mk
+
20
−
0
View file @
1912d99b
...
...
@@ -21,6 +21,7 @@
# Contributor(s):
# Stephen Lamm
# Benjamin Smedberg <bsmedberg@covad.net>
# Chase Phillips <chase@mozilla.org>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
...
...
@@ -90,6 +91,7 @@
#
AVAILABLE_PROJECTS
=
\
all
\
suite
\
toolkit
\
browser
\
...
...
@@ -208,6 +210,15 @@ MODULES_macbrowser := \
BOOTSTRAP_macbrowser
:=
mozilla/camino/config/mozconfig
MODULES_all
:=
\
mozilla/other-licenses/libart_lgpl/
\
mozilla/tools/trace-malloc/
\
mozilla/tools/jprof/
\
mozilla/tools/codesighs/
\
mozilla/other-licenses/branding/
\
mozilla/other-licenses/7zstub/
\
$(
NULL
)
#######################################################################
# Checkout Tags
#
...
...
@@ -319,11 +330,20 @@ ifneq (,$(filter-out $(AVAILABLE_PROJECTS),$(MOZ_PROJECT_LIST)))
$(
error
MOZ_CO_PROJECT contains an unrecognized project.
)
endif
ifeq
(all,$(filter all,$(MOZ_PROJECT_LIST)))
MOZ_PROJECT_LIST
:=
$(
AVAILABLE_PROJECTS
)
endif
MOZ_MODULE_LIST
:=
$(
subst
$(
comma
)
, ,
$(
MOZ_CO_MODULE
))
$(
foreach project,
$(
MOZ_PROJECT_LIST
)
,
$(
MODULES_
$(
project
)))
LOCALE_DIRS
:=
$(
MOZ_LOCALE_DIRS
)
$(
foreach project,
$(
MOZ_PROJECT_LIST
)
,
$(
LOCALES_
$(
project
)))
MOZCONFIG_MODULES
+=
$(
foreach project,
$(
MOZ_PROJECT_LIST
)
,
$(
BOOTSTRAP_
$(
project
)))
# Using $(sort) here because it also removes duplicate entries.
MOZ_MODULE_LIST
:=
$(
sort
$(
MOZ_MODULE_LIST
))
LOCALE_DIRS
:=
$(
sort
$(
LOCALE_DIRS
))
MOZCONFIG_MODULES
+=
$(
sort
$(
MOZCONFIG_MODULES
))
# Change CVS flags if anonymous root is requested
ifdef
MOZ_CO_USE_MIRROR
CVS_FLAGS
:=
-d
:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment