From d89f33b82ec508273402012a935eaba0efb89e9f Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 3 May 2024 08:44:03 +0200 Subject: [PATCH] maint.mk: Don't fail on ~/.indent.pro, reported by Collin Funk. * top/maint.mk (indent_args): Use --ignore-profile. --- ChangeLog | 5 +++++ top/maint.mk | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2d0e931d36..4eeba0f52c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-05-03 Simon Josefsson + + maint.mk: Don't fail on ~/.indent.pro, reported by Collin Funk. + * top/maint.mk (indent_args): Use --ignore-profile. + 2024-05-01 Bruno Haible readutmp, boot-time: Improve for some Cygwin installations. diff --git a/top/maint.mk b/top/maint.mk index 1b4a2de4f9..ea8df98d85 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -1660,7 +1660,7 @@ refresh-po: # Indentation -indent_args ?= -ppi 1 +indent_args ?= --ignore-profile --preprocessor-indentation 1 C_SOURCES ?= $$($(VC_LIST_EXCEPT) | grep '\.[ch]\(.in\)\?$$') INDENT_SOURCES ?= $(C_SOURCES) exclude_file_name_regexp--indent ?= $(exclude_file_name_regexp--sc_indent) -- 2.39.5