Files
asterisk/build_tools/get_makeopts
T

4 lines
95 B
Plaintext
Raw Normal View History

/\/\*\*\* MAKEOPTS/ {printit=1; next}
/\*\*\*\// {if (printit) exit}
2008-08-25 21:32:10 +00:00
/.*/ {if (printit) print}