From c7990df4ad7657ec7d62e18750c806bbc827f82a Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Fri, 3 Nov 2017 11:05:41 -0700 Subject: Add a "make build" target, to build all the toolchains --- regression/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'regression') diff --git a/regression/Makefile b/regression/Makefile index 7800c2c..4524beb 100644 --- a/regression/Makefile +++ b/regression/Makefile @@ -35,6 +35,9 @@ TARGETS += linux-rv64imafdc-lp64d-medany # that when running "make report" we run all the test suites before running any # of the reports. Since the various check targets are never supposed to fail, # this lets me ensure that re-running "make report" is always fast. +.PHONY: build +build: $(addprefix stamps/build-,$(TARGETS)) + .PHONY: check check: $(addprefix stamps/check-,$(TARGETS)) -- cgit v1.1