Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Server reached end of life. Save your projects elsewhere.
Open sidebar
Yann Pouillon
omm
Commits
e3f436e1
Commit
e3f436e1
authored
Dec 18, 2018
by
Yann Pouillon
Browse files
Merge branch 'libommsp' of
ssh://www.e-cam2020.eu:10022/pouillon/omm
into libommsp
parents
6e151f37
8569c4ef
Pipeline
#3040
failed with stages
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build-omm
View file @
e3f436e1
...
...
@@ -54,9 +54,9 @@ Commands can be:
* all : build all libraries
* <lib> : build library <lib> (psp, matrixswitch, and/or libomm)
* check : run test suites before installing libraries
* clean : remove temporary build directories
* examples : build examples
* wipe : remove both build and install directories
* clean : remove temporary build directories
(other commands are ignored)
* examples : build examples
along with the libraries
* wipe : remove both build and install directories
(other commands are ignored)
EOF
exit
0
...
...
@@ -94,8 +94,8 @@ while test "${#}" -gt 0; do
cln_bld
=
"yes"
;;
examples
)
cfg_msw
=
"--enable-examples"
cfg_omm
=
"--enable-examples"
cfg_msw
=
"
${
cfg_msw
}
--enable-examples"
cfg_omm
=
"
${
cfg_omm
}
--enable-examples"
;;
[
Ll]ib[Oo][Mm][Mm]
)
bld_omm
=
"yes"
...
...
@@ -136,6 +136,10 @@ if test "${cln_bld}" = "yes"; then
chmod
-R
u+w
"
${
tmpdir
}
"
rm
-r
"
${
tmpdir
}
"
cln_ret
=
"
${
?
}
"
if
test
"
${
cln_ret
}
"
!=
"0"
;
then
echo
"
${
script_name
}
: Error: could not remove directory:"
>
&2
echo
"
${
tmpdir
}
"
>
&2
fi
fi
fi
test
"
${
cln_ret
}
"
=
"0"
||
break
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment