summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-09-28 21:46:56 +0200
committerJim Meyering <meyering@redhat.com>2011-09-28 23:01:02 +0200
commit5ac53ea3cb0455eee63b1171602acb6a4730e259 (patch)
tree5775e141e85b72c142dc3b46e4f6fb56aa861a6d /cfg.mk
parent22bfa0d6e301b1c6da08d1e37227c2666b6a1e92 (diff)
downloadparted-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.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index 621ef6f..f49a57e 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -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$$