Merge pull request #210 from ucb-bar/dev-fix-program-args
Change spaces to underscores in sim_out_name
This commit is contained in:
@@ -143,7 +143,7 @@ output_dir=$(sim_dir)/output/$(long_name)
|
||||
BINARY ?=
|
||||
SIM_FLAGS ?=
|
||||
VERBOSE_FLAGS ?= +verbose
|
||||
sim_out_name = $(notdir $(basename $(BINARY))).$(long_name)
|
||||
sim_out_name = $(subst $() $(),_,$(notdir $(basename $(BINARY))).$(long_name))
|
||||
|
||||
#########################################################################################
|
||||
# build output directory for compilation
|
||||
|
||||
Reference in New Issue
Block a user