make -> mk
This commit is contained in:
parent
bc7cb1a15a
commit
5c34ff9e1c
10 changed files with 365 additions and 0 deletions
8
src/make2mk
Normal file
8
src/make2mk
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
sed -E '
|
||||
s/\$\(([^)]+)\)/$\1/g
|
||||
s/^(.*)\+=/\1=$\1 /g
|
||||
s/^include /</g
|
||||
/^</ s/Make/mk/g
|
||||
' "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue