File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -425,12 +425,12 @@ bootcycle-images:
425
425
$(call MakeDir, $(OUTPUTDIR)/bootcycle-build)
426
426
# We need to create essential files for the bootcycle spec dir
427
427
( cd $(TOPDIR) && \
428
- $(MAKE) $(MAKE_ARGS) -f make/GenerateFindTests.gmk \
429
- SPEC=$(BOOTCYCLE_SPEC))
428
+ $(MAKE) $(MAKE_ARGS) -f make/GenerateFindTests.gmk \
429
+ SPEC=$(BOOTCYCLE_SPEC))
430
430
( cd $(TOPDIR) && \
431
- $(MAKE) $(MAKE_ARGS) -f $(TOPDIR)/make/Main.gmk \
432
- SPEC=$(BOOTCYCLE_SPEC) UPDATE_MODULE_DEPS=true NO_RECIPES=true \
433
- create-main-targets-include )
431
+ $(MAKE) $(MAKE_ARGS) -f $(TOPDIR)/make/Main.gmk \
432
+ SPEC=$(BOOTCYCLE_SPEC) UPDATE_MODULE_DEPS=true NO_RECIPES=true \
433
+ create-main-targets-include )
434
434
+$(MAKE) $(MAKE_ARGS) -f $(TOPDIR)/make/Init.gmk PARALLEL_TARGETS=$(BOOTCYCLE_TARGET) \
435
435
LOG_PREFIX="[bootcycle] " JOBS= SPEC=$(BOOTCYCLE_SPEC) main
436
436
else
You can’t perform that action at this time.
0 commit comments