Skip to content

Commit

Permalink
Added @'+' that got removed in the previous commit (#9)
Browse files Browse the repository at this point in the history
Make otherwise complains about the jobserver being unavailable.
  • Loading branch information
sjalander authored Aug 26, 2024
1 parent ada4d64 commit 51d327e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.sub
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $(HLS_TEST_BUILD)/%.hls: $(HLS_TEST_SRC)/%.c
@mkdir -p $(@D)
@set -e && printf '$(BLUE)Building: $(NC)%s\n' $*
@$(JHLS) $^ $(HLS_TEST_ADDITIONAL_SRC) $(HLS_TEST_ADDITIONAL_FLAGS) --circt --hls-function=kernel -o $@ > /dev/null
@set -e ; \
@+set -e ; \
VERILATOR_TMP_DIR=`mktemp -d` ; \
trap "rm -r $$VERILATOR_TMP_DIR" EXIT ; \
VERILATOR_ROOT=/usr/share/verilator ; \
Expand Down

0 comments on commit 51d327e

Please sign in to comment.