提交 93fa89c0 编写于 作者: B billyh

8186699: Clean up extra Derby files

Reviewed-by: asemenyuk
上级 2b574941
......@@ -550,6 +550,9 @@ ifndef OPENJDK
$(MKDIR) -p $(JDK_IMAGE_DIR)/db
cd $(JDK_IMAGE_DIR)/db && $(UNZIP) -q -o $< -x */index.html */KEYS */test/* *javadoc/* */docs/* */demo/* 2> /dev/null
cd $(JDK_IMAGE_DIR)/db && $(MV) db-derby-*-bin/* . && $(RM) -r db-derby-*-bin
ifneq ($(OPENJDK_TARGET_OS), windows)
$(RM) $(JDK_IMAGE_DIR)/db/bin/*.bat
endif
$(MKDIR) -p $(@D)
$(TOUCH) $@
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册