diff --git a/support/comment_move_decl.sed b/support/comment_move_decl.sed index 20ffa6cf1..601c4f7e9 100644 --- a/support/comment_move_decl.sed +++ b/support/comment_move_decl.sed @@ -5,7 +5,7 @@ /require \{/,/} # end require/b nextline /optional \{/,/} # end optional/b nextline -/^[[:blank:]]*(attribute|type(alias)?) /s/^/# this line was moved by the build process: &/ +/^[[:blank:]]*(attribute(_role)?|type(alias)?) /s/^/# this line was moved by the build process: &/ /^[[: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: &/ diff --git a/support/get_type_attr_decl.sed b/support/get_type_attr_decl.sed index a113f217c..69c6ccd41 100644 --- a/support/get_type_attr_decl.sed +++ b/support/get_type_attr_decl.sed @@ -5,7 +5,7 @@ /require \{/,/} # end require/b nextline /optional \{/,/} # end optional/b nextline -/^[[:blank:]]*(attribute|type(alias)?|bool) /{ +/^[[:blank:]]*(attribute(_role)?|type(alias)?|bool) /{ s/^[[:blank:]]+// p }