summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2023-01-01 20:35:56 -0800
committerJim Meyering <meyering@fb.com>2023-01-01 20:36:23 -0800
commit29c3f5b9dff3b7b66c3341bf6734f17d4d61e684 (patch)
tree6ca1d52c92f6eecaa3fdf08d594b60492334f86b /cfg.mk
parent908f30573a31f1f2734620813dc5870ff39b2253 (diff)
downloadgrep-29c3f5b9dff3b7b66c3341bf6734f17d4d61e684.tar.gz
maint: avoid warnings about unportable grep -q
* cfg.mk (local-checks-to-skip): This is grep itself, so using grep -q is not a problem here, as long as it is running the just-built grep.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index 5f3ff0ca..bbe6df9a 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
# Customize maint.mk -*- makefile -*-
-# Copyright (C) 2009-2022 Free Software Foundation, Inc.
+# Copyright (C) 2009-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -31,7 +31,8 @@ url_dir_list = https://ftp.gnu.org/gnu/$(PACKAGE)
# Tests not to run as part of "make distcheck".
local-checks-to-skip = \
sc_indent \
- sc_texinfo_acronym
+ sc_texinfo_acronym \
+ sc_unportable_grep_q
# Tools used to bootstrap this package, used for "announcement".
bootstrap-tools = autoconf,automake,gnulib