From ed64381dbab87f6d4c67b60d32fea24eee71dee7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 6 Apr 2025 12:22:21 -0300 Subject: Makefile: Less verbose on xargs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8cc9d8..303769b 100644 --- a/Makefile +++ b/Makefile @@ -292,7 +292,7 @@ check-sorting: src/sort-expected.txt src/sort-given.txt .SUFFIXES: .links-check-internal sources.links-check-internal = $(sources.adoc:.adoc=.links-check-internal) $(sources.links-check-internal): $(sources.html) - grep '^link:' $*.links | cut -d: -f2- | xargs -tI% test -e $(*D)/% + grep '^link:' $*.links | cut -d: -f2- | xargs -I% test -e $(*D)/% check-internal: $(sources.links-check-internal) -- cgit v1.2.3