summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-18 19:58:57 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-18 19:58:57 +0100
commitc1a7190852c6377b963c7c06276c643ac352c158 (patch)
tree0ce82e7356802fbdb819641ed1db17fcbfa286e1 /makefiles
parent389ffc1aa52e27300f36232fe83cdbb892c8ab66 (diff)
downloadwolfbones-c1a7190852c6377b963c7c06276c643ac352c158.tar.gz
wolfbones-c1a7190852c6377b963c7c06276c643ac352c158.tar.bz2
fixed clean for po files
Diffstat (limited to 'makefiles')
-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