ICU-10366 add inplace-old to work around relative directory madness

X-SVN-Rev: 34217
This commit is contained in:
Steven R. Loomis 2013-09-06 06:03:39 +00:00
parent 00ea16b361
commit e1d6ea0aa7

View file

@ -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: