mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-10366 add inplace-old to work around relative directory madness
X-SVN-Rev: 34217
This commit is contained in:
parent
00ea16b361
commit
e1d6ea0aa7
1 changed files with 9 additions and 0 deletions
|
@ -47,6 +47,15 @@ tmp-new: $(NEW_ICU)/source/configure
|
|||
mkdir -p $(NEW_ICU_BUILD)/
|
||||
( cd $(NEW_ICU_BUILD)/ && $(NEW_ICU)/source/configure )
|
||||
|
||||
inplace-old: $(OLD_ICU)/source/configure
|
||||
mkdir -p $(OLD_ICU_BUILD)/
|
||||
( cd $(OLD_ICU_BUILD)/ && ./configure )
|
||||
|
||||
# auto "build" the "old" icu into OLD_ICU_BUILD
|
||||
inplace-new: $(NEW_ICU)/source/configure
|
||||
mkdir -p $(NEW_ICU_BUILD)/
|
||||
( cd $(NEW_ICU_BUILD)/ && ./configure )
|
||||
|
||||
|
||||
ifneq ($(NOTSET),)
|
||||
check-vars:
|
||||
|
|
Loading…
Add table
Reference in a new issue