From: Colin Walters Date: Fri, 6 May 2022 20:46:46 +0000 (-0400) Subject: cfg.mk: Don't even look at rust-bindings/ X-Git-Tag: archive/raspbian/2022.4-1+rpi1^2~9^2^2~20^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d72f1684a0ab301e4128bf207e3c1b2717d96f13;p=ostree.git cfg.mk: Don't even look at rust-bindings/ It's really tempting to remove `make syntax-check`, it has very very rarely found any real problems. But anyways, just exclude all the binding code because it trips up random problems we simply don't care about like mentions of `O_NDELAY` in the `GLib-2.0.gir`. --- diff --git a/cfg.mk b/cfg.mk index 1f5108b7..471ccbc9 100644 --- a/cfg.mk +++ b/cfg.mk @@ -1,4 +1,4 @@ -export VC_LIST_EXCEPT_DEFAULT=^(docs/.*|git.mk|lib/.*|m4/.*|md5/.*|build-aux/.*|src/gettext\.h|.*ChangeLog|buildutil/.*)$$ +export VC_LIST_EXCEPT_DEFAULT=^(rust-bindings/.*|docs/.*|git.mk|lib/.*|m4/.*|md5/.*|build-aux/.*|src/gettext\.h|.*ChangeLog|buildutil/.*)$$ local-checks-to-skip = \ sc_const_long_option \