Remove sriracha and generated .sbtopts
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
HELP_COMPILATION_VARIABLES = \
|
||||
" JAVA_HEAP_SIZE = if overridden, set the default java heap size (default is 8G)" \
|
||||
" JAVA_TOOL_OPTIONS = if overridden, set underlying java tool options (default sets misc. sizes and tmp dir)" \
|
||||
" SBT_OPTS = if overridden, set underlying sbt options (default uses options in .sbtopts)" \
|
||||
" SBT_OPTS = set additional sbt command line options (these take the form -Dsbt.<option>=<setting>) " \
|
||||
" See https://www.scala-sbt.org/1.x/docs/Command-Line-Reference.html\#Command+Line+Options" \
|
||||
" SBT_BIN = if overridden, used to invoke sbt (default is to invoke sbt by sbt-launch.jar)" \
|
||||
" FIRRTL_LOGLEVEL = if overridden, set firrtl log level (default is error)"
|
||||
|
||||
@@ -164,12 +165,6 @@ export JAVA_TOOL_OPTIONS ?= -Xmx$(JAVA_HEAP_SIZE) -Xss8M -XX:MaxPermSize=256M -D
|
||||
#########################################################################################
|
||||
# default sbt launch command
|
||||
#########################################################################################
|
||||
# by default build chisel3/firrtl and other subprojects from source
|
||||
SBT_OPTS_FILE := $(base_dir)/.sbtopts
|
||||
ifneq (,$(wildcard $(SBT_OPTS_FILE)))
|
||||
override SBT_OPTS += $(subst $$PWD,$(base_dir),$(shell cat $(SBT_OPTS_FILE)))
|
||||
endif
|
||||
|
||||
SCALA_BUILDTOOL_DEPS = $(SBT_SOURCES)
|
||||
|
||||
SBT_THIN_CLIENT_TIMESTAMP = $(base_dir)/project/target/active.json
|
||||
|
||||
Reference in New Issue
Block a user