未验证 提交 8c7b5991 编写于 作者: Y Yinan Xu 提交者: GitHub

Makefile.emu: temporarily disable pipe for EMU_COMPILE (#789)

Pipe causes the return value of make command ignored. Pipe is disabled for
cpp compilation output until we find an elegant solution to exit on errors.
上级 1fe0b524
......@@ -86,7 +86,8 @@ $(EMU_MK): $(SIM_TOP_V) | $(EMU_DEPS)
LOCK = /var/emu/emu.lock
LOCK_BIN = $(abspath $(BUILD_DIR)/lock-emu)
EMU_COMPILE_FILTER = 2> $(BUILD_DIR)/g++.err.log | tee $(BUILD_DIR)/g++.out.log | grep 'g++' | awk '{print "Compiling/Generating", $$NF}'
EMU_COMPILE_FILTER =
# 2> $(BUILD_DIR)/g++.err.log | tee $(BUILD_DIR)/g++.out.log | grep 'g++' | awk '{print "Compiling/Generating", $$NF}'
build_emu_local: $(EMU_MK)
@echo "\n[g++] Compiling C++ files..." >> $(TIMELOG)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册