asterisk/build_tools/get_makeopts

4 lines
95 B
Plaintext
Raw Normal View History

/\/\*\*\* MAKEOPTS/ {printit=1; next}
/\*\*\*\// {if (printit) exit}
/.*/ {if (printit) print}