diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-04-11 21:53:58 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-04-11 23:47:32 +0900 |
| commit | ca81f5a5de4bf9a8445770edd13ab0a9321910bf (patch) | |
| tree | e5998f7217f8cedb03a2a997b2d3462971e36aa0 | |
| parent | 2df4638538c5602bb14bfb5bf0cb68b06452e584 (diff) | |
Realclean extracted bundled gems and lock files
| -rw-r--r-- | template/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/Makefile.in b/template/Makefile.in index 46f55c1ff4..d9a3cbc065 100644 --- a/template/Makefile.in +++ b/template/Makefile.in @@ -546,6 +546,9 @@ ext/distclean ext/realclean .bundle/distclean .bundle/realclean:: find "$$@" -type d -empty -exec $(RMDIRS) {} + 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: @test -f "$(ENC_MK)" || exit 0; \ echo $(@:-enc=ing) encodings; \ |
