Revert "Publish firrtl locally first, to make Chisel happy"

This reverts commit 5491173a0a.
This commit is contained in:
Ben Keller
2017-03-24 10:06:01 -07:00
parent 5491173a0a
commit 27095a4450

View File

@@ -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)