Skip to content

Commit

Permalink
Disable parallel build of Verilog-A modules
Browse files Browse the repository at this point in the history
Parallel runs of admsXml can create a race to write the header files.

See: https://github.com/Qucs/qucs/issues/545
  • Loading branch information
guitorri committed Oct 30, 2016
1 parent 1702a18 commit 1c4811c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qucs-core/src/components/verilog/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ XML_BUILD = \
$(srcdir)/qucsMODULEcore.xml \
$(srcdir)/qucsMODULEdefs.xml

# Parallel runs of admsXml can create a race to write the header files
# See: https://github.com/Qucs/qucs/issues/545
.NOTPARALLEL:

.va.cpp: $(XML_BUILD)
@for i in $(XML_BUILD); do \
echo "$$i"; \
Expand Down

0 comments on commit 1c4811c

Please sign in to comment.