Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Commit

Permalink
Merge branch 'v6.x.zos' into v6.x.zos.latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jBarz committed Dec 14, 2017
2 parents 5ceb2e5 + 14c9802 commit c0b4009
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,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) \
Expand Down

0 comments on commit c0b4009

Please sign in to comment.