6737659: debug bundles are empty
Build order issue with debug build, caused final debug bundle to be empty. Reviewed-by: tbell
This commit is contained in:
parent
109504ddc4
commit
179908ef64
4
Makefile
4
Makefile
@ -74,7 +74,7 @@ include ./make/deploy-rules.gmk
|
||||
all::
|
||||
@$(START_ECHO)
|
||||
|
||||
all:: openjdk_check sanity all_product_build
|
||||
all:: openjdk_check sanity
|
||||
|
||||
ifeq ($(SKIP_FASTDEBUG_BUILD), false)
|
||||
all:: fastdebug_build
|
||||
@ -88,6 +88,8 @@ ifneq ($(SKIP_OPENJDK_BUILD), true)
|
||||
all:: openjdk_build
|
||||
endif
|
||||
|
||||
all:: all_product_build
|
||||
|
||||
all::
|
||||
@$(FINISH_ECHO)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user