Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
prod_build_cellframe-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
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
cellframe
prod_build_cellframe-node
Commits
dc8ec909
Commit
dc8ec909
authored
2 years ago
by
dpuzyrkov
Browse files
Options
Downloads
Patches
Plain Diff
[*] some build improvements
parent
f9dcfa08
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.sh
+4
-3
4 additions, 3 deletions
build.sh
oldscripts/linux/debian/essentials/config
+9
-0
9 additions, 0 deletions
oldscripts/linux/debian/essentials/config
targets/windows.sh
+4
-3
4 additions, 3 deletions
targets/windows.sh
with
17 additions
and
6 deletions
build.sh
+
4
−
3
View file @
dc8ec909
...
...
@@ -74,6 +74,7 @@ cd ${BUILD_DIR}/build
#debug out
echo
"
$CMAKE
${
BUILD_OPTIONS
[@]
}
"
"
${
CMAKE
[@]
}
"
../../
${
BUILD_OPTIONS
[@]
}
"
${
MAKE
[@]
}
"
export
INSTALL_ROOT
=
${
BUILD_DIR
}
/dist
"
${
CMAKE
[@]
}
"
${
HERE
}
/../
${
BUILD_OPTIONS
[@]
}
"
${
MAKE
[@]
}
"
-j
$(
nproc
)
"
${
MAKE
[@]
}
"
install
DESTDIR
=
${
INSTALL_ROOT
}
This diff is collapsed.
Click to expand it.
oldscripts/linux/debian/essentials/config
+
9
−
0
View file @
dc8ec909
...
...
@@ -53,6 +53,15 @@ reconfigure|configure)
db_go
||
true
fi
db_input critical cellframe-node/mileena_enabled
||
true
db_go
||
true
db_get cellframe-node/mileena_enabled
if
[
"
$RET
"
=
"true"
]
;
then
db_input critical cellframe-node/mileena_node_type
||
true
db_go
||
true
fi
db_input critical cellframe-node/enable_python_plugins
||
true
db_go
||
true
...
...
This diff is collapsed.
Click to expand it.
targets/windows.sh
+
4
−
3
View file @
dc8ec909
...
...
@@ -20,12 +20,13 @@ then
exit
255
fi
#qmake command
CMAKE
=(
${
MXE_ROOT
}
/usr/bin/x86_64-w64-mingw32.static-cmake
)
#cmake command
#mxe install prefix if configured by mxe, need to change it
CMAKE
=(
${
MXE_ROOT
}
/usr/bin/x86_64-w64-mingw32.static-cmake
)
export
PATH
=
${
MXE_ROOT
}
/usr/bin:
$PATH
#everything else can be done by default make
MAKE
=(
make
)
echo
"Windows target"
echo
"CMAKE=
${
CMAKE
[@]
}
"
echo
"MAKE=
${
MAKE
[@]
}
"
\ No newline at end of file
echo
"MAKE=
${
MAKE
[@]
}
"
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