From: Steven R. Loomis Date: Fri, 6 Sep 2013 06:03:39 +0000 (+0000) Subject: ICU-10366 add inplace-old to work around relative directory madness X-Git-Tag: milestone-59-0-1~2603 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1d6ea0aa7882b1933d987ff1d5934a461ed5f39;p=icu ICU-10366 add inplace-old to work around relative directory madness X-SVN-Rev: 34217 --- diff --git a/tools/release/java/Makefile b/tools/release/java/Makefile index dd2c683721d..f1cab261b8b 100644 --- a/tools/release/java/Makefile +++ b/tools/release/java/Makefile @@ -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: