From 38ecf08ba16b7e8946ac414f4f8c7ee155b34083 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 10 Feb 2023 14:46:52 +0900 Subject: [PATCH] [DOC] Fix the help messages for clean --- common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.mk b/common.mk index 944055670b..634ed7e054 100644 --- a/common.mk +++ b/common.mk @@ -1773,8 +1773,8 @@ help: PHONY " install: install all ruby distributions" \ " install-nodoc: install without rdoc" \ " install-cross: install cross compiling stuff" \ - " clean: clean for tarball" \ - " distclean: clean for repository" \ + " clean: clean up to the state before build" \ + " distclean: clean up to the state before configure" \ " golf: build goruby for golfers" \ $(HELP_EXTRA_TASKS) \ "see DeveloperHowto for more detail: " \