From 591704a4d6d687c12daeb4d21f37bc54604c947e Mon Sep 17 00:00:00 2001 From: "D. Mitch Bailey" Date: Sun, 16 Feb 2025 15:18:58 -0800 Subject: [PATCH] Added missing log of final target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1dff9aa6..cb620acc 100644 --- a/Makefile +++ b/Makefile @@ -674,7 +674,7 @@ final: check-env check-uid check-project unsplit unsplit-caravel @echo "Final build completed." 2>&1 | tee -a ./signoff/build/final_build.out __final: - python3 $(CARAVEL_ROOT)/scripts/compositor.py $(USER_ID) $(PROJECT) $(shell pwd) $(CARAVEL_ROOT)/mag $(shell pwd)/gds $(MCW_ROOT) -keep + python3 $(CARAVEL_ROOT)/scripts/compositor.py $(USER_ID) $(PROJECT) $(shell pwd) $(CARAVEL_ROOT)/mag $(shell pwd)/gds $(MCW_ROOT) -keep 2>&1 | tee ./signoff/build/final_build.out #mv $(CARAVEL_ROOT)/mag/caravel_$(USER_ID).mag ./mag/ @rm -rf ./mag/tmp