Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
build
Commits
6ea77a2d
Commit
6ea77a2d
authored
13 years ago
by
Joe Onorato
Browse files
Options
Download
Email Patches
Plain Diff
Use a more modern -j flag.
Change-Id: I2498139dd41637a795ca43f830c952adb2856d83
parent
f5debbfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/check_builds.sh
tools/check_builds.sh
+1
-1
No files found.
tools/check_builds.sh
View file @
6ea77a2d
...
...
@@ -41,7 +41,7 @@ function do_builds
do
rm
-rf
$TEST_BUILD_DIR
/
$PREFIX
-
$1
make PRODUCT-
$(
echo
$1
|
sed
"s/-.*//"
)
-installclean
make
-j6
PRODUCT-
$1
dist
DIST_DIR
=
$TEST_BUILD_DIR
/
$PREFIX
-
$1
make
-j
1
6
PRODUCT-
$1
dist
DIST_DIR
=
$TEST_BUILD_DIR
/
$PREFIX
-
$1
if
[
$?
-ne
0
]
;
then
echo
FAILED
return
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment