Commit 0b293f29 by Benjamin Kosnik Committed by Benjamin Kosnik

Makefile.am (check-no): Add.


2001-08-09  Benjamin Kosnik  <bkoz@redhat.com>

	* po/Makefile.am (check-no): Add.
	(check-yes): Same.
	* po/Makefile.in: Regenerate.

From-SVN: r44756
parent ca52d046
2001-08-09 Benjamin Kosnik <bkoz@redhat.com>
* po/Makefile.am (check-no): Add.
(check-yes): Same.
* po/Makefile.in: Regenerate.
2001-08-09 Benjamin Kosnik <bkoz@redhat.com>
* acconfig.h (_GLIBCPP_MEM_LIMITS): Define.
* config.h.in: Regenerate.
* acinclude.m4 (GLIBCPP_CHECK_SETRLIMIT): Check for setrlimit
......
......@@ -46,7 +46,9 @@ all-local-no:
all-local-yes: $(LOCALE_OUT)
# 'make check' needs the catalogs constructed in build directory.
check:
check: check-@USE_NLS@
check-no:
check-yes:
$(mkinstalldirs) $(locale_builddir)
@catalogs='$(LOCALE_OUT)'; \
for cat in $$catalogs; do \
......@@ -69,8 +71,7 @@ install-data-local-yes: all-local-yes
lang=`echo $$cat | sed 's/\.mo$$//'`; \
install_dir=$(locale_installdir)/$$lang/LC_MESSAGES; \
$(mkinstalldirs) $$install_dir; \
build_cat=$(locale_builddir)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \
$(INSTALL_DATA) $$build_cat $$install_dir/$(PACKAGE).mo; \
$(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \
done
# Specify what gets cleaned up on a 'make clean'
......
......@@ -280,7 +280,9 @@ all-local-no:
all-local-yes: $(LOCALE_OUT)
# 'make check' needs the catalogs constructed in build directory.
check:
check: check-@USE_NLS@
check-no:
check-yes:
$(mkinstalldirs) $(locale_builddir)
@catalogs='$(LOCALE_OUT)'; \
for cat in $$catalogs; do \
......@@ -303,8 +305,7 @@ install-data-local-yes: all-local-yes
lang=`echo $$cat | sed 's/\.mo$$//'`; \
install_dir=$(locale_installdir)/$$lang/LC_MESSAGES; \
$(mkinstalldirs) $$install_dir; \
build_cat=$(locale_builddir)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \
$(INSTALL_DATA) $$build_cat $$install_dir/$(PACKAGE).mo; \
$(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \
done
# Tell versions [3.59,3.63) of GNU make to not export all variables.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment