Skip to content

Commit

Permalink
make: Use $(MAKE) variable in build target
Browse files Browse the repository at this point in the history
This is so that platforms with non-GNU Make (*BSD, etc.) won't fail
during bootstrapping/building.
  • Loading branch information
Lobo authored and tarsius committed Nov 22, 2023
1 parent d8aecb0 commit b6507eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion borg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ bootstrap:
@printf "\n=== Running '$(BORG_DIR)borg.sh checkout' ===\n"
@$(BORG_DIR)borg.sh checkout --reset-hard
@printf "\n=== Running 'make build' ===\n\n"
@make build
@$(MAKE) build
@printf "\n=== Bootstrapping finished ===\n\n"
@git submodule status

0 comments on commit b6507eb

Please sign in to comment.