mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
Output a comment on top of each generated file explaining where it came
from.
This commit is contained in:
parent
16d95d4f92
commit
f91c218bf8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198466
@ -121,7 +121,11 @@ ctmpfilename = cfilename ".tmp";
|
||||
modname = opt_m;
|
||||
gsub(/[-\.]/, "_", modname);
|
||||
|
||||
printc("#include <sys/param.h>\
|
||||
printc("/*\
|
||||
* Automatically generated by:\
|
||||
* $FreeBSD$\
|
||||
*/\
|
||||
#include <sys/param.h>\
|
||||
#include <sys/errno.h>\
|
||||
#include <sys/kernel.h>\
|
||||
#include <sys/module.h>\
|
||||
|
Loading…
Reference in New Issue
Block a user