From 5bec5876c5e54874edb79f84359cdf92be327252 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 23 Aug 2025 12:13:36 +0200 Subject: [PATCH] share/mk/: $PCRE2GREP: Add dependency This will be used for adding diagnostics about semantic newlines. Signed-off-by: Alejandro Colomar --- .../build-depends/pcre2-utils/pcre2grep.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 share/mk/configure/build-depends/pcre2-utils/pcre2grep.mk diff --git a/share/mk/configure/build-depends/pcre2-utils/pcre2grep.mk b/share/mk/configure/build-depends/pcre2-utils/pcre2grep.mk new file mode 100644 index 000000000..209fb5b01 --- /dev/null +++ b/share/mk/configure/build-depends/pcre2-utils/pcre2grep.mk @@ -0,0 +1,14 @@ +# Copyright, the authors of the Linux man-pages project +# SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception + + +ifndef MAKEFILE_CONFIGURE_BUILD_DEPENDS_PCRE2_UTILS_PCRE2GREP_INCLUDED +MAKEFILE_CONFIGURE_BUILD_DEPENDS_PCRE2_UTILS_PCRE2GREP_INCLUDED := 1 + + +ifndef PCRE2GREP +PCRE2GREP := pcre2grep +endif + + +endif # include guard -- 2.47.3