mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
ICU-580 os/390 batch build changes.
X-SVN-Rev: 6646
This commit is contained in:
parent
b4553e6356
commit
537ed7b475
1 changed files with 6 additions and 2 deletions
|
@ -48,8 +48,8 @@ endif
|
|||
#
|
||||
ifneq ($(ENABLE_SHARED),)
|
||||
SO_TARGET = libicudata.$(SO)
|
||||
MIDDLE_SO_TARGET = lib$(ICUDATA_NAME).$(SO)
|
||||
ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET)
|
||||
MIDDLE_SO_TARGET = lib$(ICUDATA_NAME)$(BATCH_SUFFIX).$(SO)
|
||||
ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET) $(BATCH_LIBICUDT)
|
||||
endif
|
||||
|
||||
ALL_TARGETS = $(TARGET) $(ALL_SO_TARGETS)
|
||||
|
@ -133,6 +133,10 @@ $(MIDDLE_SO_TARGET): $(OBJECTS)
|
|||
|
||||
$(SO_TARGET): $(MIDDLE_SO_TARGET)
|
||||
$(RM) $(SO_TARGET) && ln -s $(MIDDLE_SO_TARGET) $(SO_TARGET)
|
||||
ifeq ($(OS390BATCH),1)
|
||||
$(BATCH_LIBICUDT): $(OBJECTS)
|
||||
$(SHLIB.c) $(LD_SONAME) -o $@ $^ $(LIBS)
|
||||
endif # OS390BATCH
|
||||
endif
|
||||
|
||||
ifeq (,$(MAKECMDGOALS))
|
||||
|
|
Loading…
Add table
Reference in a new issue