From f91c218bf8c55ac87e0467a2227101d8edff8cf8 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Sun, 25 Oct 2009 09:48:21 +0000 Subject: [PATCH] Output a comment on top of each generated file explaining where it came from. --- sys/tools/fw_stub.awk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/tools/fw_stub.awk b/sys/tools/fw_stub.awk index 5f6fe4521481..05e2f32ec974 100644 --- a/sys/tools/fw_stub.awk +++ b/sys/tools/fw_stub.awk @@ -121,7 +121,11 @@ ctmpfilename = cfilename ".tmp"; modname = opt_m; gsub(/[-\.]/, "_", modname); -printc("#include \ +printc("/*\ + * Automatically generated by:\ + * $FreeBSD$\ + */\ +#include \ #include \ #include \ #include \