musl: build without gnu make

This commit is contained in:
Ella-0 2021-10-11 17:30:08 +01:00
parent 1b869812b8
commit 64ec36b51a
7 changed files with 271 additions and 12 deletions

2
linux/musl/version_h.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
printf '#define VERSION "%s"\n' $(sh ./tools/version.sh)