Skip to content

Commit 223e4c5

Browse files
committed
Fix the messed up indentation
1 parent d7664cb commit 223e4c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

make/Main.gmk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -425,12 +425,12 @@ bootcycle-images:
425425
$(call MakeDir, $(OUTPUTDIR)/bootcycle-build)
426426
# We need to create essential files for the bootcycle spec dir
427427
( 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))
430430
( 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 )
434434
+$(MAKE) $(MAKE_ARGS) -f $(TOPDIR)/make/Init.gmk PARALLEL_TARGETS=$(BOOTCYCLE_TARGET) \
435435
LOG_PREFIX="[bootcycle] " JOBS= SPEC=$(BOOTCYCLE_SPEC) main
436436
else

0 commit comments

Comments
 (0)