From acb927555f077ffc80bc38575537e9bf2a5b5793 Mon Sep 17 00:00:00 2001 From: Johann Faerber Date: Thu, 23 Mar 2023 15:20:02 +0100 Subject: makefile.ghdl - now shows errors on command line --- sim/makefile.ghdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/makefile.ghdl b/sim/makefile.ghdl index e7857b1..8bcf134 100644 --- a/sim/makefile.ghdl +++ b/sim/makefile.ghdl @@ -37,7 +37,7 @@ gproject_created : $(SOURCE_FILES) makefile.sources @rm -rf ./ghdl_sources.tcl @# Create a directory work if it does not exist. Otherwise do nothing. @[ -d work ] || mkdir -p work - @$(GHDL_CMD) -i $(GHDL_OPTIONS) $(SOURCE_FILES) >> $(LOG_FILE) 2>&1 + @$(GHDL_CMD) -i $(GHDL_OPTIONS) $(SOURCE_FILES) 2>&1 | tee -a $(LOG_FILE) @touch gproject_created compile: ./work/work-obj08.cf -- cgit v1.2.3