Skip to content

Commit f2908df

Browse files
nerdCopterclaude
andcommitted
build: note overlapping group-target invocations are undetected
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2117b26 commit f2908df

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,9 @@ $(OBJECT_DIR)/$(TARGET)/%.o: %.S | $$(dir $$@)
430430
$(V1) $(CROSS_CC) -c -o $@ $(ASFLAGS) $<
431431

432432

433+
# Note: invoking multiple group targets in one command (e.g. make all targets-group-1)
434+
# is not detected and may result in overlapping parallel builds and failures.
435+
433436
## all : Build all targets (excluding unsupported); prints pass/fail summary
434437
## pass -k to continue on failure; summary always printed
435438
all supported:

0 commit comments

Comments
 (0)