[PATCH 48/90] policycoreutils: po: silence build process

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


   This patch looks good to me. acked.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/I+bgACgkQrlYvE4MpobNt+QCeN7Mn30lF4wdFD91H8dCwYBGR
RyoAn1yCktTbFAOiIgH+dsuFAqR1U4ZC
=LnoK
-----END PGP SIGNATURE-----
>From 44e03f5f2ac1af00882f7c64db1da97d4cd890a4 Mon Sep 17 00:00:00 2001
From: Eric Paris <eparis@xxxxxxxxxx>
Date: Thu, 19 Apr 2012 15:09:58 -0400
Subject: [PATCH 48/90] policycoreutils: po: silence build process

Stop printing stuff on stderr when building the po translations.  (I'd
leave it alone if I knew how to put it on stdout)

Signed-off-by: Eric Paris <eparis@xxxxxxxxxx>
---
 policycoreutils/po/Makefile |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/policycoreutils/po/Makefile b/policycoreutils/po/Makefile
index 1b8c8c0..5278a6e 100644
--- a/policycoreutils/po/Makefile
+++ b/policycoreutils/po/Makefile
@@ -15,9 +15,10 @@ INSTALL_DIR	= /usr/bin/install -d
 INSTALL_NLS_DIR = $(DESTDIR)/usr/share/locale
 
 # PO catalog handling
-MSGMERGE	= msgmerge -v
+MSGMERGE	= msgmerge
+MSGMERGE_FLAGS	= -q
 XGETTEXT	= xgettext --default-domain=$(NLSPACKAGE)
-MSGFMT		= msgfmt --statistics --verbose
+MSGFMT		= msgfmt
 
 # What do we need to do
 POFILES		= $(wildcard *.po)
@@ -91,7 +92,7 @@ update-po: Makefile $(POTFILE) refresh-po
 refresh-po: Makefile
 	for cat in $(POFILES); do \
 		lang=`basename $$cat .po`; \
-		if $(MSGMERGE) $$lang.po $(POTFILE) > $$lang.pot ; then \
+		if $(MSGMERGE) $(MSGMERGE_FLAGS) $$lang.po $(POTFILE) > $$lang.pot ; then \
 			mv -f $$lang.pot $$lang.po ; \
 			echo "$(MSGMERGE) of $$lang succeeded" ; \
 		else \
-- 
1.7.10.2


[Index of Archives]     [Selinux Refpolicy]     [Linux SGX]     [Fedora Users]     [Fedora Desktop]     [Yosemite Photos]     [Yosemite Camping]     [Yosemite Campsites]     [KDE Users]     [Gnome Users]

  Powered by Linux