mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Move .NOTPARALLEL closer to rule that needs it
This commit is contained in:
parent
878e4a57c8
commit
3999f2ad75
@ -41,9 +41,6 @@ CPUDETECT_BINS = $(foreach cpu,$(CPUDETECT_CPUS),$(WORKDIR)/$(cpu)-cpudetect.bin
|
||||
|
||||
all: $(OPCODE_BINS) $(CPUDETECT_BINS)
|
||||
|
||||
# cpudetect.o is written by multiple rules
|
||||
.NOTPARALLEL:
|
||||
|
||||
$(WORKDIR):
|
||||
$(call MKDIR,$(WORKDIR))
|
||||
|
||||
@ -61,6 +58,9 @@ endef # OPCODE_template
|
||||
|
||||
$(foreach cpu,$(OPCODE_CPUS),$(eval $(call OPCODE_template,$(cpu))))
|
||||
|
||||
# cpudetect.o is written by multiple rules
|
||||
.NOTPARALLEL:
|
||||
|
||||
define CPUDETECT_template
|
||||
|
||||
$(WORKDIR)/$1-cpudetect.bin: cpudetect.s $(DIFF)
|
||||
|
Loading…
x
Reference in New Issue
Block a user