summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-12-10 11:18:38 +0900
committerNobuyoshi Nakada <[email protected]>2024-12-10 12:31:47 +0900
commitf12e2622c1d3a438cbae6afdadf824e228207ae6 ()
treeec571724cb5bf297c2aa117d662dd57754679b68 /template
parentce2f3983868308fd330d4134e66e46b0a82c666b (diff)
Split system dependent commands to clean modular-gc
Notes: Merged: https://.com/ruby/ruby/pull/12300
-rw-r--r--template/Makefile.in6
1 files changed, 6 insertions, 0 deletions
@@ -567,6 +567,12 @@ ext/distclean ext/realclean .bundle/distclean .bundle/realclean::
.bundle/realclean::
@$(RMALL) $(tooldir)/bunlder/*.lock $(srcdir)/.bundle
clean-enc distclean-enc realclean-enc:
@test -f "$(ENC_MK)" || exit 0; \
echo $(@:-enc=ing) encodings; \