aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2017-08-13 22:25:08 +0200
committerGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2017-08-13 22:25:08 +0200
commit4da450c54890b8c8c5d0314107187fe6ab511f8f (patch)
tree5378593db0405d2a7c6eb4f4db535693d90448c8 /Makefile
parent83e506e9a4b8140320e8f505b9ef6e4da05d710c (diff)
Makefile : ignore user-contrib in various file searches
This is crucial for the search for binary files without known sources (commit 7d1fc1), since coq_makefile currently doesn't install in user-contrib the ML sources of plugins. This could also helps for variables such as $(EXISTINGML).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b2aab69ac..82595a6e6 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,7 @@ FIND_SKIP_DIRS:='(' \
-name "$${GIT_DIR}" -o \
-name '_build' -o \
-name '_build_ci' -o \
+ -name 'user-contrib' -o \
-name 'coq-makefile' -o \
-name '.opamcache' -o \
-name '.coq-native' \