From c1a7190852c6377b963c7c06276c643ac352c158 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 18 Mar 2009 19:58:57 +0100 Subject: fixed clean for po files --- makefiles/gmake/i18n.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'makefiles') 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 -- cgit v1.2.3-54-g00ecf