From 16f00d0947b9c9ebb3b30e040834eb79fcb14f46 Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Mon, 28 Sep 2015 11:22:12 -0700 Subject: Remove cross compilation targets (Chisel3 is Scala 2.11 or later). --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e0d9469f..2aa83bf2 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ smoke: $(SBT) $(SBT_FLAGS) compile publish-local: - $(SBT) $(SBT_FLAGS) +publish-local + $(SBT) $(SBT_FLAGS) publish-local test: $(SBT) $(SBT_FLAGS) test @@ -45,7 +45,7 @@ coverage: $(SBT) $(SBT_FLAGS) coverageReport clean: - $(SBT) $(SBT_FLAGS) +clean + $(SBT) $(SBT_FLAGS) clean ifneq (,$(CLEAN_DIRS)) for dir in $(CLEAN_DIRS); do $(MAKE) -C $$dir clean; done endif @@ -65,8 +65,8 @@ site: # and we don't want code with those dependencies published. # We need to run the coverage tests last, since Jenkins will fail the build if it can't find their results. jenkins-build: clean - $(SBT) $(SBT_FLAGS) +test - $(SBT) $(SBT_FLAGS) +clean +publish-local + $(SBT) $(SBT_FLAGS) test + $(SBT) $(SBT_FLAGS) clean publish-local $(SBT) $(SBT_FLAGS) scalastyle coverage test $(SBT) $(SBT_FLAGS) coverageReport -- cgit v1.2.3