From dfdf91d23beadd001c4008dd366b6c2f2c148679 Mon Sep 17 00:00:00 2001 From: Benda Xu Date: Sat, 9 Mar 2024 17:37:03 +0800 Subject: [PATCH] config/Substfiles.am: restrict to the dedicated list. We recover the scope of $(SUBSTFILES) to explicitly control what files are being generated from the corresponding .in. put zfs_prepare_disk.8 into substitution list. b53077a9e751 forgot to include the zfs_prepare_disk.8 in the substitution list, although it built in the past because 38e2e9ce8327 accidentally dropped the $(SUBSTFILES) from the "%: %.in" pattern. Signed-off-by: Benda Xu --- config/Substfiles.am | 2 +- man/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Substfiles.am b/config/Substfiles.am index 38e870b2f501..809eaef2330a 100644 --- a/config/Substfiles.am +++ b/config/Substfiles.am @@ -43,4 +43,4 @@ SUBSTFILES = CLEANFILES += $(SUBSTFILES) dist_noinst_DATA += $(SUBSTFILES:=.in) -$(call SUBST,%,) +$(SUBSTFILES): $(call SUBST,%,) diff --git a/man/Makefile.am b/man/Makefile.am index 45156571eec3..7fe2dd04814f 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -119,7 +119,7 @@ nodist_man_MANS = \ dist_noinst_DATA += $(dist_noinst_man_MANS) $(dist_man_MANS) -SUBSTFILES += $(nodist_man_MANS) +SUBSTFILES += $(nodist_man_MANS) %D%/man8/zfs_prepare_disk.8 CHECKS += mancheck mancheck: