8037483: issue with the crypto / sec zip unzipping in the jdk8 build
Reviewed-by: ihse
This commit is contained in:
parent
761e2c85b3
commit
cd9da7c362
@ -252,7 +252,7 @@ define unzip-sec-file
|
||||
$(ECHO) Unzipping $(<F)
|
||||
$(MKDIR) -p $(@D)
|
||||
$(RM) $@
|
||||
($(CD) $(JDK_OUTPUTDIR) && $(UNZIP) $< > $@.tmp)
|
||||
($(CD) $(JDK_OUTPUTDIR) && $(UNZIP) -q -o $< > $@.tmp)
|
||||
$(MV) $@.tmp $@
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user