Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
build
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
CodeLinaro
lf
build
Commits
d1a68153
Commit
d1a68153
authored
11 years ago
by
Michael Vines
Committed by
Gerrit - the friendly Code Review server
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Disable parallel make for gaia to improve build stability.
Change-Id: Iff054ac61b1f6ee382aff14102b3d07d759da85a
parent
af180d70
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
b2g_product.mk
+12
-0
12 additions, 0 deletions
b2g_product.mk
with
12 additions
and
0 deletions
b2g_product.mk
+
12
−
0
View file @
d1a68153
...
...
@@ -48,6 +48,18 @@ ifneq ($(filter user userdebug, $(TARGET_BUILD_VARIANT)),)
USE_JSMIN
=
1
endif
#
# Disable parallel make for gaia to improve build stability.
#
# It would be nice to use $(ANDROID_BUILD_TOP) instead of '%', but the |my-dir|
# macro used to compute the LOCAL_PATH macro in gaia/Android.mk has been
# observed to produce different results from $(ANDROID_BUILD_TOP) when there
# is a symbolic link in the path to the build root.
#
%/gaia/profile.tar.gz
:
MAKE:=$(MAKE) -j1
export
B2G_DEBUG
# .mk files useful for building xpcom components
...
...
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