Skip to content
Snippets Groups Projects
Commit 4639f051 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[makefile] use POSIX find flags

parent 00b2b916
No related branches found
No related tags found
No related merge requests found
...@@ -343,7 +343,7 @@ DISTRIB_TESTS=$(shell find \ ...@@ -343,7 +343,7 @@ DISTRIB_TESTS=$(shell find \
-o -path 'tests/crowbar/*' -type d \! -name input -prune -false \ -o -path 'tests/crowbar/*' -type d \! -name input -prune -false \
-o -type f \! -name "*\.log" \! -name "*\.o" \ -o -type f \! -name "*\.log" \! -name "*\.o" \
\! -name '*~' \! -name "*\.cm*" \! -name "*.sav" \ \! -name '*~' \! -name "*\.cm*" \! -name "*.sav" \
-perm /u+w | sed -e 's/ /@/g') -perm -u+w | sed -e 's/ /@/g')
# files that are needed to compile API documentation of external plugins # files that are needed to compile API documentation of external plugins
DOC_GEN_FILES:=$(addprefix doc/code/,\ DOC_GEN_FILES:=$(addprefix doc/code/,\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment