]> granicus.if.org Git - icu/commitdiff
ICU-10366 add inplace-old to work around relative directory madness
authorSteven R. Loomis <srl@icu-project.org>
Fri, 6 Sep 2013 06:03:39 +0000 (06:03 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Fri, 6 Sep 2013 06:03:39 +0000 (06:03 +0000)
X-SVN-Rev: 34217

tools/release/java/Makefile

index dd2c683721dd195d6ace6ba8bf7c041286f00870..f1cab261b8b3bbe519546bf7d027541170bddf57 100644 (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: