From 3aa7b7c2918f4da9e5d8d5d9ba05ec5a5daace47 Mon Sep 17 00:00:00 2001 From: spashabk-in Date: Wed, 5 Sep 2018 08:23:14 -0500 Subject: Enable parallel builds in SBE Change-Id: Iae7c898d9352bd2d2ac6c909cb9c7b3bd346a5b3 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65700 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: RAJA DAS Reviewed-by: Sachin Gupta --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a6eba8c0..707e8717 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,9 @@ BUILD_DIR = src/build .PHONY: install -install: all tar +install: + $(MAKE) all + $(MAKE) tar tar: $(MAKE) -C $(BUILD_DIR) tar -- cgit v1.2.1