Realclean extracted bundled gems and lock files

This commit is contained in:
Nobuyoshi Nakada 2024-04-11 21:53:58 +09:00
parent 2df4638538
commit ca81f5a5de
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -546,6 +546,9 @@ ext/distclean ext/realclean .bundle/distclean .bundle/realclean::
find "$$@" -type d -empty -exec $(RMDIRS) {} + 2> /dev/null || true find "$$@" -type d -empty -exec $(RMDIRS) {} + 2> /dev/null || true
$(Q) $(RMDIRS) $(@D) 2> /dev/null || true $(Q) $(RMDIRS) $(@D) 2> /dev/null || true
.bundle/realclean::
@$(RMALL) $(tooldir)/bunlder/*.lock $(srcdir)/.bundle
clean-enc distclean-enc realclean-enc: clean-enc distclean-enc realclean-enc:
@test -f "$(ENC_MK)" || exit 0; \ @test -f "$(ENC_MK)" || exit 0; \
echo $(@:-enc=ing) encodings; \ echo $(@:-enc=ing) encodings; \