From 860b419487536259955bd6554623a74a30707e51 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Wed, 13 Jan 2016 12:01:02 -0500 Subject: [PATCH] Revert "Makefile: Parallize the build of root_image." This reverts commit 5ec9e10cd32c3b4e44466a2b73ad67adbd50a561. As I see some oddities. It would be nice if I could pipe the output of each 'make' in a different file to figure out what went awry. Signed-off-by: Konrad Rzeszutek Wilk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e79f171..9ed9262 100644 --- a/Makefile +++ b/Makefile @@ -234,7 +234,7 @@ DOM0_DEP_LIST = linux-modules .PHONY: root_image-dist-nodep root_image-dist-nodep: $(LINUX_SRC)/usr/gen_init_cpio - $(MAKE) -j$$(($(NCPUS) * 2)) -C root_image + $(MAKE) -C root_image $(INSTALL_DIR) dist/common/ $(INSTALL_DATA) root_image/dist/common/initramfs.cpio.gz dist/common/ -- 2.39.5