summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-10-24 17:31:21 +1100
committer Vas Crabb <vas@vastheman.com>2021-10-24 17:37:11 +1100
commit769413bc0e9bc297c9a9e359ff5e79305d5f7642 (patch)
tree19a6f75b9526d84881ccd9105708690cd341e3ca
parente778bb9a8c87ab321daa45ea08b4a39e1ad21a6f (diff)
Remove compiled message catalogs on clean, show clean commands for VERBOSE=1.
-rw-r--r--makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/makefile b/makefile
index f27c940c3ac..232f54efb17 100644
--- a/makefile
+++ b/makefile
@@ -1712,8 +1712,9 @@ genieclean:
clean: genieclean
@echo Cleaning...
- -@rm -rf $(BUILDDIR)
- -@rm -rf 3rdparty/bgfx/.build
+ -$(SILENT)rm -f language/*/*.mo
+ -$(SILENT)rm -rf $(BUILDDIR)
+ -$(SILENT)rm -rf 3rdparty/bgfx/.build
GEN_FOLDERS := $(GENDIR)/$(TARGET)/layout/ $(GENDIR)/$(TARGET)/$(SUBTARGET_FULL)/ $(GENDIR)/mame/drivers/ $(GENDIR)/mame/machine/