diff options
author | Jim Meyering <meyering@redhat.com> | 2011-09-28 21:46:56 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-09-28 23:01:02 +0200 |
commit | 5ac53ea3cb0455eee63b1171602acb6a4730e259 (patch) | |
tree | 5775e141e85b72c142dc3b46e4f6fb56aa861a6d /cfg.mk | |
parent | 22bfa0d6e301b1c6da08d1e37227c2666b6a1e92 (diff) | |
download | parted-5ac53ea3cb0455eee63b1171602acb6a4730e259.tar.gz |
build: avoid new syntax-check failure
* cfg.mk: Exempt libparted/arch/beos.c from the PATH_MAX check.
I suspect that this is ok, because parted compiles only on systems
that define PATH_MAX to something reasonable.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -68,3 +68,6 @@ exclude_file_name_regexp--sc_cross_check_PATH_usage_in_tests = \ exclude_file_name_regexp--sc_prohibit_always-defined_macros = \ ^parted/(strlist|table)\.h$$ + +exclude_file_name_regexp--sc_prohibit_path_max_allocation = \ + ^libparted/arch/beos\.c$$ |