mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-515 make check depends on make all.
X-SVN-Rev: 2085
This commit is contained in:
parent
723cec4f28
commit
6dd0c56667
28 changed files with 49 additions and 49 deletions
|
@ -81,7 +81,7 @@ install: install-recursive install-local
|
|||
clean: clean-recursive clean-local
|
||||
distclean : distclean-recursive distclean-local
|
||||
dist: dist-recursive dist-local
|
||||
check: check-recursive check-local
|
||||
check: all check-recursive check-local
|
||||
|
||||
## Recursive targets
|
||||
all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
|
||||
|
|
|
@ -67,7 +67,7 @@ install: install-recursive install-local
|
|||
clean: clean-recursive clean-local
|
||||
distclean : distclean-recursive distclean-local
|
||||
dist: dist-recursive dist-local
|
||||
check: check-recursive check-local
|
||||
check: all check-recursive check-local
|
||||
|
||||
## Recursive targets
|
||||
all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
|
||||
|
|
|
@ -80,7 +80,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET)
|
||||
|
||||
|
|
|
@ -83,7 +83,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET)
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@ install: install-recursive install-local
|
|||
clean: clean-recursive clean-local
|
||||
distclean : distclean-recursive distclean-local
|
||||
dist: dist-recursive dist-local
|
||||
check: check-recursive check-local
|
||||
check: all check-recursive check-local
|
||||
|
||||
## Recursive targets
|
||||
all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
|
||||
|
|
|
@ -74,7 +74,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET)
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET)
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET)
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@ void printUChar(UChar32 ch32)
|
|||
This example first creates a UnicodeString out of the Unicode chars.
|
||||
|
||||
targetSize must be set to the amount of space available in the target
|
||||
buffer. After UnicodeConverterCPP::fromUnicodeString() is called,
|
||||
buffer. After UnicodeConverter::fromUnicodeString() is called,
|
||||
targetSize will contain the number of bytes in target[] which were
|
||||
used in the resulting codepage. In this case, there is a 1:1 mapping
|
||||
between the input and output characters. The exclamation mark has the
|
||||
|
@ -210,7 +210,7 @@ UErrorCode convsample_01()
|
|||
UErrorCode status = U_ZERO_ERROR;
|
||||
|
||||
// set up the converter
|
||||
UnicodeConverterCPP conv("koi8-r", status);
|
||||
UnicodeConverter conv("koi8-r", status);
|
||||
U_ASSERT(status);
|
||||
|
||||
// convert to KOI8-R
|
||||
|
@ -440,7 +440,7 @@ UErrorCode convsample_11()
|
|||
UErrorCode status = U_ZERO_ERROR;
|
||||
|
||||
// set up the converter
|
||||
UnicodeConverterCPP conv("shift_jis", status);
|
||||
UnicodeConverter conv("shift_jis", status);
|
||||
assert(U_SUCCESS(status));
|
||||
|
||||
// convert from JIS
|
||||
|
|
|
@ -63,7 +63,7 @@ install: install-recursive install-local
|
|||
clean: clean-recursive clean-local
|
||||
distclean : distclean-recursive distclean-local
|
||||
dist: dist-recursive dist-local
|
||||
check: check-recursive check-local
|
||||
check: all check-recursive check-local
|
||||
|
||||
## Recursive targets
|
||||
all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
|
||||
|
@ -95,7 +95,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
$(RMV) Makefile
|
||||
|
||||
check-local:
|
||||
check-local: all-local
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
|
|
@ -86,7 +86,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET)
|
||||
|
||||
|
@ -101,7 +101,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
$(RMV) Makefile $(DEPS)
|
||||
|
||||
check-local: $(TARGET)
|
||||
check-local: all-local
|
||||
ICU_DATA=@DATABUILDDIR@/ TZ=PST8PDT ./$(TARGET)
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
|
|
|
@ -71,7 +71,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET)
|
||||
|
||||
|
@ -86,7 +86,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
$(RMV) Makefile $(DEPS)
|
||||
|
||||
check-local: $(TARGET)
|
||||
check-local: all-local
|
||||
ICU_DATA=$(top_srcdir)/../data/ ./$(TARGET)
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
|
|
|
@ -83,7 +83,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET)
|
||||
|
||||
|
@ -98,7 +98,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
$(RMV) Makefile $(DEPS)
|
||||
|
||||
check-local: $(TARGET)
|
||||
check-local: all-local
|
||||
-ICU_DATA=@DATABUILDDIR@/ TZ=PST8PDT ./$(TARGET)
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
|
|
|
@ -91,7 +91,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET)
|
||||
|
||||
|
@ -106,7 +106,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
$(RMV) Makefile $(DEPS)
|
||||
|
||||
check-local: $(TARGET)
|
||||
check-local: all-local
|
||||
ICU_DATA=NOTHING ./$(TARGET)
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
|
|
|
@ -92,7 +92,7 @@ install: install-recursive
|
|||
clean: clean-local clean-recursive
|
||||
distclean : distclean-recursive
|
||||
dist: dist-recursive
|
||||
check: check-recursive
|
||||
check: all check-recursive
|
||||
|
||||
## Recursive targets
|
||||
all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
|
||||
|
@ -157,7 +157,7 @@ CLEANFILES = *~ $(BRK_FILES) ./pkgdata/tmp/
|
|||
|
||||
install-udata: install-pkgdata
|
||||
|
||||
install-local: build-local install-udata
|
||||
install-local: all-local install-udata
|
||||
|
||||
dist-local:
|
||||
|
||||
|
|
|
@ -73,7 +73,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET)
|
||||
|
||||
|
@ -88,7 +88,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
$(RMV) Makefile $(DEPS)
|
||||
|
||||
check-local:
|
||||
check-local: all-local
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
|
|
@ -75,7 +75,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET) $(RES_FILES) $(TRANSLIT_RES) $(TEST_FILES)
|
||||
|
||||
|
@ -92,7 +92,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
$(RMV) Makefile $(DEPS) $(RES_FILES) $(TEST_FILES)
|
||||
|
||||
check-local:
|
||||
check-local: all-local
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
|
|
@ -75,7 +75,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET) $(RES_FILES) $(TRANSLIT_RES) $(TEST_FILES)
|
||||
|
||||
|
@ -92,7 +92,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
$(RMV) Makefile $(DEPS) $(RES_FILES) $(TEST_FILES)
|
||||
|
||||
check-local:
|
||||
check-local: all-local
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
|
|
@ -79,7 +79,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET) build-data
|
||||
|
||||
|
@ -103,7 +103,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
$(RMV) Makefile $(DEPS) $(RES_FILES) $(TEST_FILES)
|
||||
|
||||
check-local:
|
||||
check-local: all-local
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
|
|
@ -81,7 +81,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET) build-data
|
||||
|
||||
|
@ -103,7 +103,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
$(RMV) Makefile $(DEPS) $(RES_FILES) $(TEST_FILES)
|
||||
|
||||
check-local:
|
||||
check-local: all-local
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
|
|
@ -80,7 +80,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET) build-data
|
||||
|
||||
|
@ -102,7 +102,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
$(RMV) Makefile $(DEPS) $(RES_FILES) $(TEST_FILES)
|
||||
|
||||
check-local:
|
||||
check-local: all-local
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
|
|
@ -90,7 +90,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET) $(RES_FILES) $(TRANSLIT_RES) $(TEST_FILES)
|
||||
|
||||
|
@ -107,7 +107,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
$(RMV) Makefile $(DEPS) $(RES_FILES) $(TRANSLIT_RES) $(TEST_FILES)
|
||||
|
||||
check-local:
|
||||
check-local: all-local
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
|
|
@ -81,7 +81,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET) build-data
|
||||
|
||||
|
@ -105,7 +105,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
$(RMV) Makefile $(DEPS) $(RES_FILES) $(TEST_FILES)
|
||||
|
||||
check-local:
|
||||
check-local: all-local
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
|
|
@ -80,7 +80,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET) build-data
|
||||
|
||||
|
@ -104,7 +104,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
$(RMV) Makefile $(DEPS) $(RES_FILES) $(TEST_FILES)
|
||||
|
||||
check-local:
|
||||
check-local: all-local
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
|
|
@ -80,7 +80,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET) $(CNV_FILES)
|
||||
|
||||
|
@ -107,7 +107,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
$(RMV) Makefile $(DEPS) $(CNV_FILES)
|
||||
|
||||
check-local:
|
||||
check-local: all-local
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
|
|
@ -75,7 +75,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET) $(RES_FILES) $(TRANSLIT_RES) $(TEST_FILES)
|
||||
|
||||
|
@ -92,7 +92,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
$(RMV) Makefile $(DEPS) $(RES_FILES) $(TEST_FILES)
|
||||
|
||||
check-local:
|
||||
check-local: all-local
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
|
|
@ -71,7 +71,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET)
|
||||
|
||||
|
@ -88,7 +88,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
$(RMV) Makefile $(DEPS) $(CNV_FILES)
|
||||
|
||||
check-local:
|
||||
check-local: all-local
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
|
|
@ -70,7 +70,7 @@ install: install-local
|
|||
clean: clean-local
|
||||
distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: check-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET)
|
||||
|
||||
|
@ -90,7 +90,7 @@ clean-local:
|
|||
distclean-local: clean-local
|
||||
$(RMV) Makefile $(DEPS)
|
||||
|
||||
check-local:
|
||||
check-local: all-local
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
|
|
Loading…
Add table
Reference in a new issue