Merge pull request #548 from antmicro/01x-clb-improvement

fuzzer.mk: remove not needed echo
This commit is contained in:
litghost 2019-01-17 16:07:27 -08:00 committed by GitHub
commit 7c1ac325fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ FUZDIR ?= ${PWD}
all: database
$(SPECIMENS_OK):
echo ${ENV_VAR}
mkdir -p build
if [ -f $(FUZDIR)/generate.sh ]; then export $(ENV_VAR); bash $(FUZDIR)/generate.sh $(subst /OK,,$@); else bash ${XRAY_DIR}/utils/top_generate.sh $(subst /OK,,$@); fi