opensbi icon indicating copy to clipboard operation
opensbi copied to clipboard

Makefile: replace `echo` with `printf` for compatibility

Open kadiwa4 opened this issue 2 years ago • 1 comments

I don't know why but echo -n didn't work for me. macOS supports the -n option but it doesn't work in the makefile. What it does instead is it literally writes -n to the file and then also leaves a newline at the end.

I'm using GNU Make 4.4 (gmake from Homebrew).

kadiwa4 avatar Nov 20 '22 19:11 kadiwa4

We have mailing list based patch review so it would be great if you can send these patchs to OpenSBI mailing list.

You need to join OpenSBI mailing list using following link: http://lists.infradead.org/mailman/listinfo/opensbi

Make sure you use "git send-email" to send the patches.

Regards, Anup

avpatel avatar Nov 21 '22 01:11 avpatel