summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefiles/gmake/i18n.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/makefiles/gmake/i18n.mk b/makefiles/gmake/i18n.mk
index c5fa314..a153f6c 100644
--- a/makefiles/gmake/i18n.mk
+++ b/makefiles/gmake/i18n.mk
@@ -60,8 +60,10 @@ check-po: $(PO_FILES)
) done
clean_po:
- @-rm -f $(MO_FILES)
- @-rm -f po/$(CATALOG_NAME).pot
+ @-rm -f $(MO_FILES) 2>/dev/null
+ @-rm -f po/$(CATALOG_NAME).pot 2>/dev/null
+ @-rm -f po/*.bak 2>/dev/null
+ @-rm -f po/*~ 2>/dev/null
# hooks for the standard targets handling gettext stuff