From 14c980250fe5d4c534ae35bef3f381498c1e18b7 Mon Sep 17 00:00:00 2001 From: jBarz Date: Thu, 7 Dec 2017 22:19:36 -0500 Subject: [PATCH] Do not clean up when creating a binarytar. This is needed on z/OS because before invokin binary tar, we build the icu components with another dev compiler. Once this is done, we can revert! --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe7a274303f..97a5bca2e2a 100644 --- a/Makefile +++ b/Makefile @@ -677,7 +677,8 @@ endif $(BINARYTAR): release-only $(RM) -r $(BINARYNAME) - $(RM) -r out/deps out/Release + #TODO: Uncomment this once the compiler is fixed for icu + #$(RM) -r out/deps out/Release $(PYTHON) ./configure \ --prefix=/ \ --dest-cpu=$(DESTCPU) \