From e1d6ea0aa7882b1933d987ff1d5934a461ed5f39 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 6 Sep 2013 06:03:39 +0000 Subject: [PATCH] ICU-10366 add inplace-old to work around relative directory madness X-SVN-Rev: 34217 --- tools/release/java/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) 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: -- 2.40.0