Skip to content

Commit

Permalink
config/Substfiles.am: restrict to the dedicated list.
Browse files Browse the repository at this point in the history
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. b53077a forgot to
include the zfs_prepare_disk.8 in the substitution list, although it
built in the past because 38e2e9c accidentally dropped the
$(SUBSTFILES) from the "%: %.in" pattern.

Signed-off-by: Benda Xu <[email protected]>
  • Loading branch information
Benda Xu committed Mar 9, 2024
1 parent 8f2f6cd commit dfdf91d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/Substfiles.am
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ SUBSTFILES =
CLEANFILES += $(SUBSTFILES)
dist_noinst_DATA += $(SUBSTFILES:=.in)

$(call SUBST,%,)
$(SUBSTFILES): $(call SUBST,%,)
2 changes: 1 addition & 1 deletion man/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dfdf91d

Please sign in to comment.