mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1596 use -r instead of -V for pkgdata invokations.
X-SVN-Rev: 7460
This commit is contained in:
parent
01428cdd6d
commit
810b27f29b
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ top_builddir_from_tmp = $(patsubst ..%,../..%,$(top_builddir))
|
|||
INVOKE = $(LDLIBRARYPATH_ENVVAR)=$(top_builddir_from_tmp)/common:$(top_builddir_from_tmp)/tools/toolutil:$(top_builddir_from_tmp)/stubdata:$$$(LDLIBRARYPATH_ENVVAR)
|
||||
CURDIR=$(shell pwd)
|
||||
PKGDATA = $(top_builddir_from_tmp)/tools/pkgdata/pkgdata -O $(top_builddir_from_tmp)/tools/pkgdata/icupkg.inc -d $(CURDIR)
|
||||
PKGDATA_VERSIONING = -V $(SO_TARGET_VERSION)
|
||||
PKGDATA_VERSIONING = -r $(SO_TARGET_VERSION)
|
||||
|
||||
## List of phony targets
|
||||
.PHONY : all all-local all-recursive install install-local install-udata install-udata-files install-udata-dlls install-convrtrstxt \
|
||||
|
|
|
@ -39,7 +39,7 @@ DATABUILDDIR=$(OBJDATADIR)
|
|||
top_builddir_from_tmp = $(patsubst ..%,../..%,$(top_builddir))
|
||||
INVOKE = $(LDLIBRARYPATH_ENVVAR)=$(top_builddir_from_tmp)/common:$(top_builddir_from_tmp)/tools/toolutil:$$$(LDLIBRARYPATH_ENVVAR)
|
||||
PKGDATA = ../pkgdata/pkgdata -T . -s $(DATABUILDDIR) -O ./icupkg.inc -d $(DATABUILDDIR)
|
||||
PKGDATA_VERSIONING = -V $(SO_TARGET_VERSION)
|
||||
PKGDATA_VERSIONING = -r $(SO_TARGET_VERSION)
|
||||
|
||||
## Install program information
|
||||
MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
|
|
Loading…
Add table
Reference in a new issue