make -> mk

This commit is contained in:
rsc 2003-11-23 18:10:54 +00:00
parent bc7cb1a15a
commit 5c34ff9e1c
10 changed files with 365 additions and 0 deletions

8
src/make2mk Normal file
View file

@ -0,0 +1,8 @@
#!/bin/sh
sed -E '
s/\$\(([^)]+)\)/$\1/g
s/^(.*)\+=/\1=$\1 /g
s/^include /</g
/^</ s/Make/mk/g
' "$@"