MycroftOS: Separate log files for each target.

This commit is contained in:
Peter Steenbergen 2019-12-10 13:45:54 +01:00
parent cd521279b0
commit 16dfe9b74f
1 changed files with 1 additions and 1 deletions

View File

@ -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