Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-AMF
Commits
a42a5ede
Commit
a42a5ede
authored
Feb 14, 2022
by
chen2022
Browse files
Options
Browse Files
Download
Plain Diff
补充build_helper.local
parents
4e789fa2
e2a763d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
build/scripts/build_amf
build/scripts/build_amf
+3
-2
build/scripts/build_helper.local
build/scripts/build_helper.local
+2
-3
No files found.
build/scripts/build_amf
View file @
a42a5ede
...
...
@@ -27,8 +27,9 @@ INSTALL_DIR=/usr/local/bin
# include helper functions
################################
THIS_SCRIPT_PATH
=
$(
dirname
$(
readlink
-f
$0
))
source
${
THIS_SCRIPT_PATH
}
/build_helper.amf
#source ${THIS_SCRIPT_PATH}/build_helper.local
#source ${THIS_SCRIPT_PATH}/build_helper.amf
source
${
THIS_SCRIPT_PATH
}
/build_helper.local
function
help
()
{
echo_error
" "
...
...
build/scripts/build_helper.local
View file @
a42a5ede
...
...
@@ -81,7 +81,7 @@ install_cnlibs() {
ret=$?;[[ $ret -ne 0 ]] && popd && return $ret
popd
fi
##https://github.com/google/googletest/archive/release-1.8.0.tar.gz --------------
...
...
@@ -128,6 +128,7 @@ install_cnlibs() {
cd ..
fi
fi
##
cd /tmp
rm -rf /tmp/openxg-cnlibs*
...
...
@@ -262,7 +263,6 @@ check_install_amf_deps(){
ret=$?;[[ $ret -ne 0 ]] && return $ret
# Use cnlibs
install_cnlibs $1 $2
ret=$?;[[ $ret -ne 0 ]] && return $ret
...
...
@@ -270,4 +270,3 @@ check_install_amf_deps(){
return 0
}
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