avoid modifications to po files that are under version control
authorDebian Wine Party <debian-wine@lists.debian.org>
Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)
Gbp-Pq: Topic disable
Gbp-Pq: Name po-modifications.patch

tools/makedep.c

index e6525366223b31ef51daf8cb7b1cde19f93208ef..782bd2eb299bf21eab879b1ad5cf54dc0d3883de 100644 (file)
@@ -2705,11 +2705,6 @@ static void output_po_files( const struct makefile *make )
 
     if (linguas.count)
     {
-        for (i = 0; i < linguas.count; i++)
-            output_filename( strmake( "%s/%s.po", po_dir, linguas.str[i] ));
-        output( ": %s/wine.pot\n", po_dir );
-        output( "\t%smsgmerge --previous -q $@ %s/wine.pot | msgattrib --no-obsolete -o $@.new && mv $@.new $@\n",
-                cmd_prefix( "MSG" ), po_dir );
         output( "po:" );
         for (i = 0; i < linguas.count; i++)
             output_filename( strmake( "%s/%s.po", po_dir, linguas.str[i] ));