From 3f1859129af6d26a3357cc1120c75e89d2aa8aaf Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Wed, 22 Mar 2017 03:43:15 -0700 Subject: Clean up benchmarks build --- isa/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'isa/Makefile') diff --git a/isa/Makefile b/isa/Makefile index 89c2ef9..7f22c53 100644 --- a/isa/Makefile +++ b/isa/Makefile @@ -92,8 +92,6 @@ tests_out = $(addsuffix .out, $(spike_tests)) tests32_out = $(addsuffix .out32, $(spike32_tests)) run: $(tests_out) $(tests32_out) - echo; perl -ne 'print " [$$1] $$ARGV \t$$2\n" if /\*{3}(.{8})\*{3}(.*)/' \ - $(tests_out) $(tests32_out); echo; junk += $(tests) $(tests_dump) $(tests_hex) $(tests_out) $(tests32_out) -- cgit v1.1