Browse Source

build: Quiesce msgmerge commands

Guillem Jover 13 years ago
parent
commit
bc4b5b54a2
3 changed files with 3 additions and 3 deletions
  1. 1 1
      dselect/po/Makevars
  2. 1 1
      po/Makevars
  3. 1 1
      scripts/po/Makevars

+ 1 - 1
dselect/po/Makevars

@@ -50,6 +50,6 @@ USE_MSGCTXT = yes
 # Useful options are in particular:
 # Useful options are in particular:
 #   --previous            to keep previous msgids of translated messages,
 #   --previous            to keep previous msgids of translated messages,
 #   --quiet               to reduce the verbosity.
 #   --quiet               to reduce the verbosity.
-MSGMERGE_OPTIONS = --previous
+MSGMERGE_OPTIONS = --previous --quiet
 
 
 DISTFILES.extra1 = ChangeLog.old
 DISTFILES.extra1 = ChangeLog.old

+ 1 - 1
po/Makevars

@@ -51,6 +51,6 @@ USE_MSGCTXT = yes
 # Useful options are in particular:
 # Useful options are in particular:
 #   --previous            to keep previous msgids of translated messages,
 #   --previous            to keep previous msgids of translated messages,
 #   --quiet               to reduce the verbosity.
 #   --quiet               to reduce the verbosity.
-MSGMERGE_OPTIONS = --previous
+MSGMERGE_OPTIONS = --previous --quiet
 
 
 DISTFILES.extra1 = ChangeLog.old
 DISTFILES.extra1 = ChangeLog.old

+ 1 - 1
scripts/po/Makevars

@@ -50,6 +50,6 @@ USE_MSGCTXT = yes
 # Useful options are in particular:
 # Useful options are in particular:
 #   --previous            to keep previous msgids of translated messages,
 #   --previous            to keep previous msgids of translated messages,
 #   --quiet               to reduce the verbosity.
 #   --quiet               to reduce the verbosity.
-MSGMERGE_OPTIONS = --previous
+MSGMERGE_OPTIONS = --previous --quiet
 
 
 DISTFILES.extra1 = ChangeLog.old
 DISTFILES.extra1 = ChangeLog.old