diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-07-03 18:52:25 +0200 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2018-07-03 19:25:38 +0200 |
commit | c8dcf6ba5152ebc2650a35ed26329ac78efc9ed6 (patch) | |
tree | 2658215e26332e5e0d39c66c4642c15b59b3ee33 /coverage | |
parent | ddbabdd6e3deaafe05c7a8e218899082724eda42 (diff) |
saha -> salam: To continue using hello
My memory has hole and thought that saha was
hello in arabian but it is thank you.
To avoid misplaced suceptibility, i also adde shalom.
Change-Id: I493d91fe79c9ce1a2b1a0318883e2cb26a43eb87
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'coverage')
l--------- | coverage/apis/auto/saha | 1 | ||||
l--------- | coverage/apis/auto/salam | 1 | ||||
l--------- | coverage/apis/auto/shalom | 1 | ||||
-rw-r--r-- | coverage/bin/Makefile | 10 |
4 files changed, 9 insertions, 4 deletions
diff --git a/coverage/apis/auto/saha b/coverage/apis/auto/saha deleted file mode 120000 index 403904c6..00000000 --- a/coverage/apis/auto/saha +++ /dev/null @@ -1 +0,0 @@ -../../bin/saha.so
\ No newline at end of file diff --git a/coverage/apis/auto/salam b/coverage/apis/auto/salam new file mode 120000 index 00000000..115c8e6a --- /dev/null +++ b/coverage/apis/auto/salam @@ -0,0 +1 @@ +../../bin/salam.so
\ No newline at end of file diff --git a/coverage/apis/auto/shalom b/coverage/apis/auto/shalom new file mode 120000 index 00000000..9fc6ff57 --- /dev/null +++ b/coverage/apis/auto/shalom @@ -0,0 +1 @@ +../../bin/shalom.so
\ No newline at end of file diff --git a/coverage/bin/Makefile b/coverage/bin/Makefile index a256a9a9..c033ffd4 100644 --- a/coverage/bin/Makefile +++ b/coverage/bin/Makefile @@ -4,7 +4,7 @@ heredir = . basedir = ../.. -targets = afb-daemon-cov afb-client hi3.so hello.so salut.so saha.so demat.so bug.so +targets = afb-daemon-cov afb-client hi3.so hello.so salut.so salam.so shalom.so demat.so bug.so binaries: $(targets) @@ -58,9 +58,13 @@ salut.so: $(hello3_src) @echo creation of $@ @gcc -o $@ $(hello3_src) '-DAPINAME="salut"' $(binding_flags) $(cflags) -saha.so: $(hello3_src) +salam.so: $(hello3_src) @echo creation of $@ - @gcc -o $@ $(hello3_src) '-DAPINAME="saha"' $(binding_flags) $(cflags) + @gcc -o $@ $(hello3_src) '-DAPINAME="salam"' $(binding_flags) $(cflags) + +shalom.so: $(hello3_src) + @echo creation of $@ + @gcc -o $@ $(hello3_src) '-DAPINAME="shalom"' $(binding_flags) $(cflags) demat.so: $(hello3_src) @echo creation of $@ |