rmyorston / busybox-w32

WIN32 native port of BusyBox.
https://frippery.org/busybox
Other
670 stars 124 forks source link

Can you bring bmake to Windows? #417

Closed ghost closed 3 months ago

ghost commented 3 months ago

I tried to compile it under MSYS2 (MSYS POSIX Environment) but I failed. The binary is created. But the tests failed.

https://www.crufty.net/help/sjg/bmake.html

It could live in busybox-w32 as bmake, so there will be no conflict with the default pdpmake.

rmyorston commented 3 months ago

Sorry, I have no plan to do that.

ghost commented 3 months ago

OK.

ale5000-git commented 3 months ago

@iahunq2 Busybox already include a POSIX implementation of make.

ghost commented 3 months ago

@iahunq2 Busybox already include a POSIX implementation of make.

It's useless!

ale5000-git commented 3 months ago

If the programs use non-standard feature of make is only their issue and their task to fix it. Just because developers like to use non-standard make features, it doesn't make a POSIX make any less useful.