Blame support/comment_move_decl.sed
|
Chris PeBenito |
17de1b |
# comment out lines that are moved by the build
|
|
Chris PeBenito |
17de1b |
# process, so line numbers provided by m4 are preserved.
|
|
Chris PeBenito |
17de1b |
|
|
Chris PeBenito |
17de1b |
# lines in require and optional blocks are not moved
|
|
Chris PeBenito |
17de1b |
/require \{/,/} # end require/b nextline
|
|
Chris PeBenito |
17de1b |
/optional \{/,/} # end optional/b nextline
|
|
Chris PeBenito |
17de1b |
|
|
Chris PeBenito |
f6ddd6 |
/^[[:blank:]]*(attribute|type(alias)?) /s/^/# this line was moved by the build process: &/
|
|
Chris PeBenito |
17de1b |
/^[[:blank:]]*(port|node|netif|genfs)con /s/^/# this line was moved by the build process: &/
|
|
Chris PeBenito |
17de1b |
/^[[:blank:]]*fs_use_(xattr|task|trans) /s/^/# this line was moved by the build process: &/
|
|
Chris PeBenito |
17de1b |
/^[[:blank:]]*sid /s/^/# this line was moved by the build process: &/
|
|
Chris PeBenito |
f6ddd6 |
/^[[:blank:]]*bool /s/^/# this line was moved by the build process: &/
|
|
Chris PeBenito |
17de1b |
|
|
Chris PeBenito |
17de1b |
:nextline
|