Added missing log of final target.

This commit is contained in:
D. Mitch Bailey 2025-02-16 15:18:58 -08:00
parent 39b35a1968
commit 591704a4d6
1 changed files with 1 additions and 1 deletions

View File

@ -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 @echo "Final build completed." 2>&1 | tee -a ./signoff/build/final_build.out
__final: __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/ #mv $(CARAVEL_ROOT)/mag/caravel_$(USER_ID).mag ./mag/
@rm -rf ./mag/tmp @rm -rf ./mag/tmp