summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJim Lawson2015-07-20 08:21:17 -0700
committerJim Lawson2015-07-24 15:50:54 -0700
commit80774333d08405fe726101405192493e0a7b3cf2 (patch)
tree9819a8240dccd3917290450589b7dd4004543577 /Makefile
parent4b3b3f9d21d99be7dbd1e2d0a5d38df2ad89880e (diff)
Comment out (probably expensive) reference to CHISEL_VERSION.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ec8e9c3e..87cdcced 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,13 @@
SBT ?= sbt
SBT_FLAGS ?= -Dsbt.log.noformat=true
-CHISEL_VERSION := $(shell "$(SBT)" $(SBT_FLAGS) "show version" | tail -n 1 | cut -d ' ' -f 2)
+CHISEL_VERSION = $(shell "$(SBT)" $(SBT_FLAGS) "show version" | tail -n 1 | cut -d ' ' -f 2)
SRC_DIR ?= .
CHISEL_BIN ?= $(SRC_DIR)/bin
export CHISEL_BIN
-$(info Build Chisel $(CHISEL_VERSION))
+#$(info Build Chisel $(CHISEL_VERSION))
SYSTEMC ?= $(SRC_DIR)/../../systemc/systemc-2.3.1
CHISEL_JAR ?= $(SRC_DIR)/target/scala-2.11/chisel_2.11-$(CHISEL_VERSION).jar