Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
signlk
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
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
Linaro
landing-teams
qcomlt
migration
signlk
Commits
16af7d46
Commit
16af7d46
authored
6 years ago
by
Nico Dechesne (Stage)
Browse files
Options
Downloads
Patches
Plain Diff
signlk.sh: use make -C instead of shell variable
Signed-off-by:
Nicolas Dechesne
<
nicolas.dechesne@linaro.org
>
parent
d113efa1
Branches
64bit
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
signer/Makefile
+1
-1
1 addition, 1 deletion
signer/Makefile
signlk.sh
+1
-2
1 addition, 2 deletions
signlk.sh
with
2 additions
and
3 deletions
signer/Makefile
+
1
−
1
View file @
16af7d46
CXX
=
g++
cur-dir
:=
$(
mfile_path
)
cur-dir
:=
$(
shell
pwd
)
ELFIODIR
=
${
cur-dir
}
/ELFIO/elfio/
SOURCES
=
${
cur-dir
}
/signlk.cpp
CPPFLAGS
=
-c
-Wall
-std
=
c++0x
-I
$(
cur-dir
)
/ELFIO/
...
...
This diff is collapsed.
Click to expand it.
signlk.sh
+
1
−
2
View file @
16af7d46
...
...
@@ -108,8 +108,7 @@ if [ ! "$(g++ --version)" ]; then
exit
8
fi
export
mfile_path
=
$DIR
/signer
make
-f
$mfile_path
/Makefile
make
-C
$DIR
/signer
if
[
"
$?
"
!=
0
]
;
then
echo
" failed to build executable"
...
...
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