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
9b2d2215
Commit
9b2d2215
authored
11 years ago
by
Michael Vines
Browse files
Options
Downloads
Patches
Plain Diff
Add support for platform-specific local xulrunner
Change-Id: Id1dcefc2f250693180e84c2bfdee50d19efd42c6
parent
4970f51b
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
+5
-1
5 additions, 1 deletion
vendorsetup.sh
with
5 additions
and
1 deletion
vendorsetup.sh
+
5
−
1
View file @
9b2d2215
# Copyright (c) 2012-201
3
, The Linux Foundation. All rights reserved.
# Copyright (c) 2012-201
4
, The Linux Foundation. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
...
...
@@ -264,6 +264,10 @@ fi
if
[[
-d
gaia/xulrunner-sdk/.git
]]
;
then
export
USE_LOCAL_XULRUNNER_SDK
=
1
export
XULRUNNER_DIRECTORY
=
"
$(
gettop
)
/gaia/xulrunner-sdk"
elif
[[
-d
gaia/xulrunner-sdk-
$(
uname
)
/.git
]]
;
then
export
USE_LOCAL_XULRUNNER_SDK
=
1
export
XULRUNNER_DIRECTORY
=
"
$(
gettop
)
/gaia/xulrunner-sdk-
$(
uname
)
"
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