2006-03-20 20:54:56 +00:00
|
|
|
# comment out lines that are moved by the build
|
|
|
|
# process, so line numbers provided by m4 are preserved.
|
|
|
|
|
2006-06-12 16:59:21 +00:00
|
|
|
# lines in require and optional blocks are not moved
|
2006-03-20 20:54:56 +00:00
|
|
|
/require \{/,/} # end require/b nextline
|
2006-06-12 16:59:21 +00:00
|
|
|
/optional \{/,/} # end optional/b nextline
|
2006-03-20 20:54:56 +00:00
|
|
|
|
2007-03-30 12:43:15 +00:00
|
|
|
/^[[:blank:]]*(attribute|type(alias)?) /s/^/# this line was moved by the build process: &/
|
2006-03-20 20:54:56 +00:00
|
|
|
/^[[:blank:]]*(port|node|netif|genfs)con /s/^/# this line was moved by the build process: &/
|
|
|
|
/^[[:blank:]]*fs_use_(xattr|task|trans) /s/^/# this line was moved by the build process: &/
|
|
|
|
/^[[:blank:]]*sid /s/^/# this line was moved by the build process: &/
|
2007-03-30 12:43:15 +00:00
|
|
|
/^[[:blank:]]*bool /s/^/# this line was moved by the build process: &/
|
2006-03-20 20:54:56 +00:00
|
|
|
|
|
|
|
:nextline
|