Don't allow parallel builds in the top-level makefile.

This commit is contained in:
David Given 2016-10-30 15:49:39 +01:00
parent 613821d771
commit a5990289a9
2 changed files with 3 additions and 1 deletions

View file

@ -12,5 +12,5 @@ git:
depth: 10
language: c
script:
- make PREFIX=/tmp/acki -j4
- make PREFIX=/tmp/acki

View file

@ -61,6 +61,8 @@ INSDIR = $(abspath $(BUILDDIR)/staging)
PLATIND = $(INSDIR)/share/ack
PLATDEP = $(INSDIR)/lib/ack
.NOTPARALLEL:
MAKECMDGOALS ?= +ack
BUILD_FILES = $(shell find * -name '*.lua')