Make Makefiles more -j friendly
Add .$1.$2 to outputs missing them.
This commit is contained in:
committed by
Oliver Schmidt
parent
f5afc75cbd
commit
878e4a57c8
@@ -41,6 +41,9 @@ 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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user