mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-3682 os/400 improvements for the common library to rebind to the data library.
X-SVN-Rev: 15058
This commit is contained in:
parent
ed74c0083f
commit
540823fffa
1 changed files with 5 additions and 2 deletions
|
@ -469,8 +469,11 @@ testdata: packagedata $(ALL_TEST_FILES) $(UNPACKAGEDTESTDATA)
|
|||
packagetest: testdata icupkg.inc $(TESTBUILDDIR)/testdata.lst
|
||||
$(PKGDATA_INVOKE) $(PKGDATA) -T $(TESTBUILDDIR) -d $(TESTOUTDIR) -s $(TESTBUILDDIR) -p $(TESTDATA) -m common $(TESTBUILDDIR)/testdata.lst
|
||||
|
||||
os400-data-rebind:
|
||||
ifeq ($(POST_DATA_BUILD), os400-data-rebind)
|
||||
os400-data-rebind: $(LIBICUUC)
|
||||
|
||||
$(LIBICUUC): $(LIBICUDT)
|
||||
$(RMV) $(LIBICUUC)
|
||||
(cd ../common && $(MAKE) RECURSIVE=YES) || exit;
|
||||
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue