File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ update-RGui:
5858
5959# # en@quot has to be done in a UTF-8 locale
6060update-pkg-po :
61- @for pkg in $(R_PKGS_PO ) ; do \
62- $(ECHO ) " updating translations for $$ {pkg}" ; \
63- $(ECHO ) " options(warn=2); tools:::update_pkg_po(\" $( top_srcdir) /src/library/$$ {pkg}\" , mergeOpts=\" --no-wrap\" )" | \
64- R_DEFAULT_PACKAGES=NULL LC_COLLATE=C $(R_EXE ) || exit 1 ; \
65- done
61+ @fail= ; for pkg in $( R_PKGS_PO) ; do \
62+ $( ECHO ) ; $(ECHO ) " updating translations for $$ {pkg}" ; \
63+ $(ECHO ) " options(warn=2); tools:::update_pkg_po(\" $( top_srcdir) /src/library/$$ {pkg}\" , mergeOpts=\" --no-wrap\" )" | \
64+ R_DEFAULT_PACKAGES=NULL LC_COLLATE=C $(R_EXE ) || fail= " $$ {fail} $$ {pkg} " ; \
65+ done ; if test -n " $$ {fail} " ; then $( ECHO ) " FAILED: $$ {fail} " ; exit 1 ; fi
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ update-RGui:
1616
1717# # en@quot has to be done in a UTF-8 locale
1818update-pkg-po :
19- @for pkg in $(R_PKGS_PO ) ; do \
20- $(ECHO ) " updating translations for $$ {pkg}" ; \
21- $(ECHO ) " options(warn=2); tools:::update_pkg_po(\" $( top_srcdir) /src/library/$$ {pkg}\" , mergeOpts=\" --no-wrap\" )" | \
22- R_DEFAULT_PACKAGES=NULL LC_COLLATE=C $(R_EXE ) || exit 1 ; \
23- done
19+ @fail= ; for pkg in $( R_PKGS_PO) ; do \
20+ $( ECHO ) ; $(ECHO ) " updating translations for $$ {pkg}" ; \
21+ $(ECHO ) " options(warn=2); tools:::update_pkg_po(\" $( top_srcdir) /src/library/$$ {pkg}\" , mergeOpts=\" --no-wrap\" )" | \
22+ R_DEFAULT_PACKAGES=NULL LC_COLLATE=C $(R_EXE ) || fail= " $$ {fail} $$ {pkg} " ; \
23+ done ; if test -n " $$ {fail} " ; then $( ECHO ) " FAILED: $$ {fail} " ; exit 1 ; fi
You can’t perform that action at this time.
0 commit comments