mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
8 lines
107 B
Bash
8 lines
107 B
Bash
#!/bin/sh
|
|
|
|
sed -E '
|
|
s/\$\(([^)]+)\)/$\1/g
|
|
s/^(.*)\+=/\1=$\1 /g
|
|
s/^include /</g
|
|
/^</ s/Make/mk/g
|
|
' "$@"
|