From 94cfb0692e0499e7ba40908db5259cd19c0e3d5e Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 15 Apr 2020 10:27:49 +0200 Subject: build: make clippy Makefile rules nicer These are easy to get subtly wrong, and doing so can cause nondeterministic failures when racing in parallel builds. Signed-off-by: David Lamparter --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2937c28933..1e3311fa7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -110,6 +110,7 @@ dist_examples_DATA = dist_yangmodels_DATA = man_MANS = vtysh_scan = +clippy_scan = ## libtool, the self-made GNU scourge ## ... this should fix relinking @@ -184,6 +185,7 @@ EXTRA_DIST += \ python/clidef.py \ python/clippy/__init__.py \ python/makevars.py \ + python/makefile.py \ \ redhat/frr.logrotate \ redhat/frr.pam \ -- cgit v1.2.3