coconut-svsm / svsm

COCONUT-SVSM
MIT License
123 stars 43 forks source link

Move all generated binary targets to bin dir #256

Closed msft-jlange closed 9 months ago

msft-jlange commented 9 months ago

Besides being more consistent, this improves the process of performing a clean make ("make clean") because all generated targets are in one place and can be removed more consistently.

The "make clean" target contines to refer to the old files in the stage1 directory so that executing "make clean" after picking up this change will correctly remove the old files.

stefano-garzarella commented 9 months ago

Last thing, we should update Documentation/INSTALL.md where we say:

to build the SVSM with the release target. When the build is finished
there is the ```svsm.bin``` file in the top-directory of the repository. This
is the file which needs to be passed to QEMU.

With that fixed, everything LGTM ;-)

Thanks!

msft-jlange commented 9 months ago

Last thing, we should update Documentation/INSTALL.md

Done!