mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
Use @generated tag in generated files
Multiple tools use @generated to identify generated files (for example, in a review Phabricator will by default hide diffs in generated files). Use the @generated tag in makeobjops.awk and vnode_if.awk as we've done for other generated files. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
726f09bc6a
commit
6e0e532a90
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=347224
sys/tools
@ -424,7 +424,7 @@ for (file_i = 0; file_i < num_files; file_i++) {
|
||||
|
||||
common_head = \
|
||||
"/*\n" \
|
||||
" * This file is produced automatically.\n" \
|
||||
" * This file is @generated automatically.\n" \
|
||||
" * Do not modify anything in here by hand.\n" \
|
||||
" *\n" \
|
||||
" * Created from source file\n" \
|
||||
|
@ -141,7 +141,7 @@ if (!srcfile)
|
||||
|
||||
common_head = \
|
||||
"/*\n" \
|
||||
" * This file is produced automatically.\n" \
|
||||
" * This file is @generated automatically.\n" \
|
||||
" * Do not modify anything in here by hand.\n" \
|
||||
" *\n" \
|
||||
" * Created from $FreeBSD$\n" \
|
||||
|
Loading…
Reference in New Issue
Block a user