From 0c8d55d8d3e73d08715202bcd9c8cd8d60bc540b Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Wed, 13 Feb 2019 21:03:30 -0800 Subject: [PATCH] Have 041 use all specimens instead of just latest iteration. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fuzzers/041-clk-hrow-pips/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fuzzers/041-clk-hrow-pips/Makefile b/fuzzers/041-clk-hrow-pips/Makefile index 626362eb..bf2783ed 100644 --- a/fuzzers/041-clk-hrow-pips/Makefile +++ b/fuzzers/041-clk-hrow-pips/Makefile @@ -19,8 +19,8 @@ build/cmt_regions.csv: output_cmt.tcl build/segbits_clk_hrow.rdb: $(SPECIMENS_OK) ${XRAY_SEGMATCH} ${SEGMATCH_FLAGS} -o build/segbits_clk_hrow.rdb \ - $(addsuffix /segdata_clk_hrow_top_r.txt,$(SPECIMENS)) \ - $(addsuffix /segdata_clk_hrow_bot_r.txt,$(SPECIMENS)) + $(shell find build -name segdata_clk_hrow_top_r.txt) \ + $(shell find build -name segdata_clk_hrow_bot_r.txt) build/segbits_clk_hrow.db: build/segbits_clk_hrow.rdb $(XRAY_FUZZERS_DIR)/piplist/build/clk_hrow_bot_r.txt ${XRAY_DBFIXUP} --db-root build --zero-db bits.dbf \ @@ -39,8 +39,8 @@ build/segbits_clk_hrow.db: build/segbits_clk_hrow.rdb $(XRAY_FUZZERS_DIR)/piplis ${XRAY_MASKMERGE} build/mask_clk_hrow.db \ - $(addsuffix /segdata_clk_hrow_top_r.txt,$(SPECIMENS)) \ - $(addsuffix /segdata_clk_hrow_bot_r.txt,$(SPECIMENS)) + $(shell find build -name segdata_clk_hrow_top_r.txt) \ + $(shell find build -name segdata_clk_hrow_bot_r.txt) # Clobber existing .db to eliminate potential conflicts cp ${XRAY_DATABASE_DIR}/${XRAY_DATABASE}/segbits*.db build/database/${XRAY_DATABASE}