-
Notifications
You must be signed in to change notification settings - Fork 394
Expand file tree
/
Copy pathcfg.mk
More file actions
34 lines (27 loc) · 982 Bytes
/
cfg.mk
File metadata and controls
34 lines (27 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
export VC_LIST_EXCEPT_DEFAULT=^(lib/.*|m4/.*|md5/.*|build-aux/.*|src/gettext\.h|.*ChangeLog|src/libcrun/cloned_binary.c|src/libcrun/chroot_realpath.c|.*\.1)$$
local-checks-to-skip = \
sc_immutable_NEWS \
sc_copyright_check \
\
sc_prohibit_path_max_allocation \
sc_prohibit_strcmp \
sc_program_name \
sc_bindtextdomain \
sc_unmarked_diagnostics \
sc_prohibit_intprops_without_use \
sc_error_message_uppercase \
sc_GPL_version \
sc_cast_of_x_alloc_return_value \
sc_indent \
sc_prohibit_always-defined_macros \
sc_prohibit_gnu_make_extensions
sc_prohibit_sprintf:
@prohibit='\<sprintf *\(' \
halt='do not use sprintf, use snprintf' \
$(_sc_search_regexp)
local-checks-available += $(sc_prohibit_sprintf)
#SHELL=bash -x
show-vc-list-except:
@$(VC_LIST_EXCEPT)
VC_LIST_ALWAYS_EXCLUDE_REGEX = ^ABOUT-NLS|maint.mk|git.mk|tests.*|COPYING|contrib/.*|src/libcrun/blake3/.*$$
export gl_public_submodule_commit=