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
6a3637e5
Commit
6a3637e5
authored
11 years ago
by
Michael Vines
Browse files
Options
Downloads
Patches
Plain Diff
Use same xulrunner SDK directory for all platforms
Change-Id: I31c54e80d9dd97e3c634577205e9ed5de4788dbe
parent
14ab4450
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vendorsetup.sh
+2
-11
2 additions, 11 deletions
vendorsetup.sh
with
2 additions
and
11 deletions
vendorsetup.sh
+
2
−
11
View file @
6a3637e5
...
...
@@ -260,18 +260,9 @@ else
esac
fi
if
[
`
uname
`
==
'Darwin'
]
;
then
XULRUNNER_DIRECTORY
=
"
$(
gettop
)
/xulrunner-sdk-mac"
else
XULRUNNER_DIRECTORY
=
"
$(
gettop
)
/xulrunner-sdk-linux"
fi
# Use a local Xulrunner SDK copy instead of downloading
if
[[
-d
${
XULRUNNER_DIRECTORY
}
/.git
]]
;
then
# Use a local xulrunner SDK if present instead of downloading a new copy
if
[[
-d
gaia/xulrunner-sdk/.git
]]
;
then
export
USE_LOCAL_XULRUNNER_SDK
=
1
export
XULRUNNER_DIRECTORY
else
unset
XULRUNNER_DIRECTORY
fi
# Don't build sources.xml
...
...
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