Author: jseidel-guest
Date: 2007-08-23 18:27:39 +0000 (Thu, 23 Aug 2007)
New Revision: 3792

Modified:
   packages/trunk/hex-a-hop/debian/i18n/Makefile
Log:
Stop on first error during build

Modified: packages/trunk/hex-a-hop/debian/i18n/Makefile
===================================================================
--- packages/trunk/hex-a-hop/debian/i18n/Makefile       2007-08-23 17:42:22 UTC 
(rev 3791)
+++ packages/trunk/hex-a-hop/debian/i18n/Makefile       2007-08-23 18:27:39 UTC 
(rev 3792)
@@ -49,11 +49,11 @@
        @# Merge all (old) PO files with POT file to ship up-to-date files!
        @# (it cannot happen as usual in the clean target as there are not all 
patches
        @# applied yet)
-       @cd ../..; for i in `cat debian/i18n/languages.list`; do \
+       @set -e; cd ../..; for i in `cat debian/i18n/languages.list`; do \
                echo Updating \"$$i\" translation; \
                msgmerge --width=79 --update debian/i18n/$$i.po 
debian/i18n/hex-a-hop.pot; \
        done
-       @for i in `cat languages.list`; do \
+       @set -e; for i in `cat languages.list`; do \
                echo Building \"$$i\" translation; \
                msgfmt $$i.po -o $$i.mo; \
                addendum=""; test -r ../hex-a-hop.$$i.add && addendum="-a 
../hex-a-hop.$$i.add"; \


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to