Don't allow parallel builds in the top-level makefile.
This commit is contained in:
parent
613821d771
commit
a5990289a9
|
@ -12,5 +12,5 @@ git:
|
||||||
depth: 10
|
depth: 10
|
||||||
language: c
|
language: c
|
||||||
script:
|
script:
|
||||||
- make PREFIX=/tmp/acki -j4
|
- make PREFIX=/tmp/acki
|
||||||
|
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -61,6 +61,8 @@ INSDIR = $(abspath $(BUILDDIR)/staging)
|
||||||
PLATIND = $(INSDIR)/share/ack
|
PLATIND = $(INSDIR)/share/ack
|
||||||
PLATDEP = $(INSDIR)/lib/ack
|
PLATDEP = $(INSDIR)/lib/ack
|
||||||
|
|
||||||
|
.NOTPARALLEL:
|
||||||
|
|
||||||
MAKECMDGOALS ?= +ack
|
MAKECMDGOALS ?= +ack
|
||||||
BUILD_FILES = $(shell find * -name '*.lua')
|
BUILD_FILES = $(shell find * -name '*.lua')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue