Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
i4
manycore
emper-io-eval
Commits
81b7d432
Commit
81b7d432
authored
Dec 02, 2021
by
Florian Fischer
Browse files
client/make: exclude liburing makefiles
parent
f0cd39eb
Pipeline
#73230
passed with stage
in 1 minute and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
clients/Makefile
View file @
81b7d432
CLIENT_MAKEFILES
=
$(
shell
dirname
$(
shell
find
.
-name
Makefile
-not
-path
"./Makefile"
))
CLIENT_MAKEFILES
=
$(
shell
dirname
$(
shell
find
.
-name
Makefile
-not
-path
"./Makefile"
-not
-path
"./io_uring/subprojects/liburing/*"
))
.PHONY
:
all clean rust_echo_bench rust_echo_bench-clean $(CLIENT_MAKEFILES)
...
...
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