Skip to content

Commit

Permalink
Specify that make tab is not parallel-safe
Browse files Browse the repository at this point in the history
  • Loading branch information
alevy authored Jun 7, 2024
1 parent 2568643 commit 2c13520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ $(ELF_TARGETS): toolchain
@mkdir -p target/$(A).$(F).$(R)/
@cp target/$(T)/$(artifact_dir)/examples/$(EXAMPLE) target/$(A).$(F).$(R)/
$(eval ELF_LIST += target/$(A).$(F).$(R)/$(EXAMPLE),$(A).$(F).$(R))

# This target (`make tab`) is not parallel-safe
.PHONY: tab
tab: $(ELF_TARGETS)
mkdir -p target/tab
Expand Down

0 comments on commit 2c13520

Please sign in to comment.