X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=6dc8e0d354967e89a6d4d9361863783557d1ec62;hb=f94ed830df98218447f00b97f856de811bfcc4a2;hp=166ac29d1c7e14013b7cb53f5a1c13b79701807b;hpb=84cdd5b375bb53fdcb25e3e9989af526cfa9983f;p=mirror_frr.git diff --git a/Makefile.am b/Makefile.am index 166ac29d1..6dc8e0d35 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,12 @@ shvar-%: var-%: @echo "$($*)" >&$(VARFD) +if ONLY_CLIPPY +.DEFAULT_GOAL := clippy-only +endif +clippy-only: Makefile lib/clippy config.h +.PHONY: clippy-only + # overwriting these vars breaks cross-compilation. let's be helpful and warn. # # note: "#AUTODERP# " will be removed from Makefile by configure. These are @@ -119,6 +125,7 @@ include doc/manpages/subdir.am include doc/developer/subdir.am include include/subdir.am include lib/subdir.am +include mlag/subdir.am include zebra/subdir.am include watchfrr/subdir.am include qpb/subdir.am @@ -221,8 +228,6 @@ EXTRA_DIST += \ vrrpd/Makefile \ # end -noinst_HEADERS += defaults.h - clean-local: clean-python .PHONY: clean-python clean-python: