Skip to content

Commit 7caf14f

Browse files
committed
fixed make build with multiple jobs by serializing
1 parent 462f413 commit 7caf14f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ example_SOURCES = example.c
7070
example_LDADD = $(EAC_LIBS)
7171
example_CFLAGS = $(EAC_CFLAGS)
7272

73+
# FIXME test and fix parallel execution of make jobs
74+
.NOTPARALLEL:
75+
7376

7477
cvc-create-cmdline.c cvc-create-cmdline.h: cvc-create.ggo
7578
$(GENGETOPT) --file-name=cvc-create-cmdline --output-dir=$(builddir) < $<

0 commit comments

Comments
 (0)