summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-03-23 12:07:06 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-03-23 19:09:52 +0000
commitf6255763fda0ecd8126bd5436ab25839ac59bb5e (patch)
tree0af6defc7f5f06fab71b52ce02008e4c463e332e /cfg.mk
parent7b2370dc869ce5ba76769853ef7fd0b081b15010 (diff)
downloadostree-f6255763fda0ecd8126bd5436ab25839ac59bb5e.tar.gz
cfg.mk: Add a syntax check for a redundant : in glnx_throw
This is going to be an easy bug to make when porting. Example spotted by jlebon in https://github.com/ostreedev/ostree/pull/752/files/435c2dc35c06218b8fe5b4ede0fe4f6cda535b45#diff-dbc2359685171239c4708f2a8f6aa921 Closes: #752 Approved by: jlebon
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index d6a5039d..b4ffaf5f 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -23,6 +23,10 @@ local-checks-to-skip = \
sc_prohibit_path_max_allocation \
sc_trailing_blank \
+sc_glnx_errno_prefix_colon:
+ @prohibit='\<glnx_throw_errno_prefix *\(.*: ",' halt="don't add trailing : for glnx_throw_errno_prefix" \
+ $(_sc_search_regexp)
+
#SHELL=bash -x
show-vc-list-except:
@$(VC_LIST_EXCEPT)