asterisk/build_tools/get_makeopts

4 lines
95 B
Plaintext
Raw Normal View History

2023-05-25 18:45:57 +00:00
/\/\*\*\* MAKEOPTS/ {printit=1; next}
/\*\*\*\// {if (printit) exit}
/.*/ {if (printit) print}