Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
zzha zzha
OpenXG-RAN
Commits
b896da85
Commit
b896da85
authored
Jun 18, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Harmonize build_oai color output
parent
557e3ba8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
cmake_targets/build_oai
cmake_targets/build_oai
+3
-4
cmake_targets/tools/build_helper
cmake_targets/tools/build_helper
+1
-0
No files found.
cmake_targets/build_oai
View file @
b896da85
...
@@ -448,11 +448,11 @@ function main() {
...
@@ -448,11 +448,11 @@ function main() {
# Setting and printing OAI envs, we should check here #
# Setting and printing OAI envs, we should check here #
#######################################################
#######################################################
cecho
"OPENAIR_DIR =
$OPENAIR_DIR
"
$green
echo
"OPENAIR_DIR =
$OPENAIR_DIR
"
if
[
"
$CLEAN_ALL
"
=
"1"
]
;
then
if
[
"
$CLEAN_ALL
"
=
"1"
]
;
then
clean_all_files
clean_all_files
echo
_info
"Erased all previously producted files"
echo
"Erased all previously producted files"
fi
fi
dlog
=
$OPENAIR_DIR
/cmake_targets/log
dlog
=
$OPENAIR_DIR
/cmake_targets/log
...
@@ -512,11 +512,10 @@ function main() {
...
@@ -512,11 +512,10 @@ function main() {
# for historical reasons we build in a subdirectory cmake_targets/XYZ/build,
# for historical reasons we build in a subdirectory cmake_targets/XYZ/build,
# e.g., cmake_targets/ran_build/build, hence the ../../..
# e.g., cmake_targets/ran_build/build, hence the ../../..
CMAKE_CMD
=
"
$CMAKE_CMD
../../.."
CMAKE_CMD
=
"
$CMAKE_CMD
../../.."
echo_info
"
running
$CMAKE_CMD
"
echo_info
"
Running
\"
$CMAKE_CMD
\"
"
eval
$CMAKE_CMD
eval
$CMAKE_CMD
if
[[
"
$execlist
"
!=
""
]]
;
then
if
[[
"
$execlist
"
!=
""
]]
;
then
echo_info
"Compiling
$execlist
..."
compilations
$BUILD_DIR
all.txt
$execlist
compilations
$BUILD_DIR
all.txt
$execlist
fi
fi
...
...
cmake_targets/tools/build_helper
View file @
b896da85
...
@@ -222,6 +222,7 @@ compilations() {
...
@@ -222,6 +222,7 @@ compilations() {
shift 1
shift 1
local targets=$@
local targets=$@
cd $OPENAIR_DIR/cmake_targets/$dir/build
cd $OPENAIR_DIR/cmake_targets/$dir/build
cecho "Running \"$MAKE_CMD $targets\"" $green
echo_info "Log file for compilation is being written to: $dlog/$logfile"
echo_info "Log file for compilation is being written to: $dlog/$logfile"
set +e
set +e
{
{
...
...
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