mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
ICU-3682 Improve the post link step for data library generation.
X-SVN-Rev: 14940
This commit is contained in:
parent
5be93f61a4
commit
c786c64fec
2 changed files with 9 additions and 1 deletions
|
@ -28,6 +28,10 @@ ARFLAGS = -cuv
|
|||
LD_RPATH= -I
|
||||
LD_RPATH_PRE= -I
|
||||
|
||||
## Make target to rebind the common library
|
||||
## to the actual data versus the stub data
|
||||
POST_DATA_BUILD = os400-data-rebind
|
||||
|
||||
## Versioned target for a shared library.
|
||||
FINAL_SO_TARGET = $(SO_TARGET)
|
||||
MIDDLE_SO_TARGET =
|
||||
|
|
|
@ -82,7 +82,7 @@ OS390INSTALL=install390
|
|||
OS390LIST=$(BUILDDIR)/icudata390.lst
|
||||
endif
|
||||
|
||||
all-local: icupkg.inc build-local packagedata testdata packagetest $(OS390PKG)
|
||||
all-local: icupkg.inc build-local packagedata testdata $(POST_DATA_BUILD) packagetest $(OS390PKG)
|
||||
|
||||
dist-local:
|
||||
|
||||
|
@ -426,4 +426,8 @@ 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:
|
||||
$(RMV) $(LIBICUUC)
|
||||
(cd ../common && $(MAKE) RECURSIVE=YES) || exit;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue