未验证 提交 3ee96a49 编写于 作者: W wakafa 提交者: GitHub

makefile: fix grep regulation cuz ccache is enabled (#787)

No functional affect is introduced.
上级 1dd85f01
......@@ -86,7 +86,7 @@ $(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.
先完成此消息的编辑!
想要评论请 注册