From: Greg King Date: Thu, 18 Dec 2014 19:30:35 +0000 (-0500) Subject: Made sure that parallel-building the regression-tests doesn't start a test before... X-Git-Tag: V2.15~27^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1a0a872bd6a6ac19b5e14231696bf6a8f14944cf;p=cc65 Made sure that parallel-building the regression-tests doesn't start a test before all of the directories are clean. --- diff --git a/test/Makefile b/test/Makefile index 0f96a38f8..27f7ff456 100644 --- a/test/Makefile +++ b/test/Makefile @@ -33,6 +33,8 @@ $(WORKDIR): $(WORKDIR)/bdiff$(EXE): bdiff.c | $(WORKDIR) $(CC) -O2 -o $@ $< +.NOTPARALLEL: + dotests: mostly-clean continue continue: $(WORKDIR)/bdiff$(EXE)