Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
5a7855d4
Commit
5a7855d4
authored
8 years ago
by
Oz Linden
Browse files
Options
Downloads
Patches
Plain Diff
remove use of old build_ok variable
parent
3c9f7121
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
build.sh
+3
-3
3 additions, 3 deletions
build.sh
with
3 additions
and
3 deletions
build.sh
+
3
−
3
View file @
5a7855d4
...
@@ -142,9 +142,10 @@ build()
...
@@ -142,9 +142,10 @@ build()
if
$build_viewer
if
$build_viewer
then
then
"
$autobuild
"
build
--no-configure
-c
$variant
||
fatal
"failed building
$variant
"
"
$autobuild
"
build
--no-configure
-c
$variant
||
fatal
"failed building
$variant
"
echo true
>
"
$build_dir
"
/build_ok
# Run build extensions
# Run build extensions
if
[
$build_ok
-eq
0
-a
-d
${
build_dir
}
/packages/build-extensions
]
if
[
-d
${
build_dir
}
/packages/build-extensions
]
then
then
for
extension
in
${
build_dir
}
/packages/build-extensions/
*
.sh
for
extension
in
${
build_dir
}
/packages/build-extensions/
*
.sh
do
do
...
@@ -157,7 +158,6 @@ build()
...
@@ -157,7 +158,6 @@ build()
# *TODO: Make this a build extension.
# *TODO: Make this a build extension.
package_llphysicsextensions_tpv
||
fatal
"failed building llphysicsextensions packages"
package_llphysicsextensions_tpv
||
fatal
"failed building llphysicsextensions packages"
echo true
>
"
$build_dir
"
/build_ok
else
else
echo
"Skipping build due to configuration build_viewer=
${
build_viewer
}
"
echo
"Skipping build due to configuration build_viewer=
${
build_viewer
}
"
echo true
>
"
$build_dir
"
/build_ok
echo true
>
"
$build_dir
"
/build_ok
...
...
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