From 16dfe9b74fa901001c1adde90f2bf6df05847196 Mon Sep 17 00:00:00 2001 From: Peter Steenbergen Date: Tue, 10 Dec 2019 13:45:54 +0100 Subject: [PATCH] MycroftOS: Separate log files for each target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c88b5ee6..a50dbbbf 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ $(TARGETS_CONFIG): %-config: $(TARGETS): %: $(RELEASE_DIR) %-config @echo "build $@" - $(MAKE) -C $(BUILDROOT) BR2_EXTERNAL=../$(BUILDROOT_EXTERNAL) 2>&1 | tee logs/buildroot_output.txt + $(MAKE) -C $(BUILDROOT) BR2_EXTERNAL=../$(BUILDROOT_EXTERNAL) 2>&1 | tee logs/buildroot_$@_output.txt cp -f $(BUILDROOT)/output/images/sdcard.img $(RELEASE_DIR)/MycroftOS_$@.img # Do not clean when building for one target