mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Made sure that parallel-building the regression-tests doesn't start a test before all of the directories are clean.
This commit is contained in:
parent
244eeedcfc
commit
1a0a872bd6
@ -33,6 +33,8 @@ $(WORKDIR):
|
|||||||
$(WORKDIR)/bdiff$(EXE): bdiff.c | $(WORKDIR)
|
$(WORKDIR)/bdiff$(EXE): bdiff.c | $(WORKDIR)
|
||||||
$(CC) -O2 -o $@ $<
|
$(CC) -O2 -o $@ $<
|
||||||
|
|
||||||
|
.NOTPARALLEL:
|
||||||
|
|
||||||
dotests: mostly-clean continue
|
dotests: mostly-clean continue
|
||||||
|
|
||||||
continue: $(WORKDIR)/bdiff$(EXE)
|
continue: $(WORKDIR)/bdiff$(EXE)
|
||||||
|
Loading…
Reference in New Issue
Block a user