From 27095a4450eca830fda0ec1f3ecf9e398e306648 Mon Sep 17 00:00:00 2001 From: Ben Keller Date: Fri, 24 Mar 2017 10:06:01 -0700 Subject: [PATCH] Revert "Publish firrtl locally first, to make Chisel happy" This reverts commit 5491173a0a8cdac9431a2ee8b13cb55ff5bfc678. --- Makefrag | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefrag b/Makefrag index bdd7680e..7d1867d0 100644 --- a/Makefrag +++ b/Makefrag @@ -12,7 +12,6 @@ lookup_scala_srcs = $(shell find $(1)/ -iname "*.scala" 2> /dev/null) libs: $(rocketchip_stamp) $(extra_stamps) $(rocketchip_stamp): $(call lookup_scala_srcs, $(ROCKETCHIP_DIR)) - cd $(ROCKETCHIP_DIR)/firrtl && sbt publish-local cd $(ROCKETCHIP_DIR) && $(SBT) pack mkdir -p $(lib_dir) cp $(ROCKETCHIP_DIR)/target/pack/lib/*.jar $(lib_dir)