File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,6 @@ update-RGui:
6060update-pkg-po :
6161 @for pkg in $(R_PKGS_PO ) ; do \
6262 $(ECHO ) " updating translations for $$ {pkg}" ; \
63- $(ECHO ) " tools:::update_pkg_po(\" $( top_srcdir) /src/library/$$ {pkg}\" , mergeOpts=\" --no-wrap\" )" | \
64- R_DEFAULT_PACKAGES=NULL LC_COLLATE=C $(R_EXE ) ; \
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 ; \
6565 done
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ update-RGui:
1414 @echo " tools:::update_RGui_po(\" $( top_srcdir) \" , mergeOpts=\" --no-wrap\" )" | \
1515 R_DEFAULT_PACKAGES=NULL LC_ALL=C $(R_EXE ) > /dev/null
1616
17- # # en@quot has to be done in a UTF-8 locale, so this is incomplete
17+ # # en@quot has to be done in a UTF-8 locale
1818update-pkg-po :
1919 @for pkg in $(R_PKGS_PO ) ; do \
2020 $(ECHO ) " updating translations for $$ {pkg}" ; \
21- $(ECHO ) " tools:::update_pkg_po(\" $( top_srcdir) /src/library/$$ {pkg}\" , mergeOpts=\" --no-wrap\" )" | \
22- R_DEFAULT_PACKAGES=NULL LC_COLLATE=C $(R_EXE ) ; \
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 ; \
2323 done
You can’t perform that action at this time.
0 commit comments