Skip to content

Commit

Permalink
Force update submodule for each source on makefile.
Browse files Browse the repository at this point in the history
This fixes first make invocation on parallel runs.
  • Loading branch information
dmsc committed Apr 23, 2024
1 parent 48a58c4 commit 43eb875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ $(LSATR_HOST): $(LSATR_SRC) | mkatr/src build/bin
$(Q)$(CC) $(HOST_CFLAGS) -o $@ $^

# Update mkatr submodule if not found
mkatr/src:
$(sort $(MKATR_SRC) $(LSATR_SRC) mkatr/src) &:
$(Q)git submodule update --init mkatr

# Target compiler build
Expand Down

0 comments on commit 43eb875

Please sign in to comment.