From owner-svn-src-head@FreeBSD.ORG Sun Oct 25 09:48:22 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FAB3106566B; Sun, 25 Oct 2009 09:48:22 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8EA4E8FC08; Sun, 25 Oct 2009 09:48:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n9P9mMBi053462; Sun, 25 Oct 2009 09:48:22 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9P9mMxo053461; Sun, 25 Oct 2009 09:48:22 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <200910250948.n9P9mMxo053461@svn.freebsd.org> From: Rui Paulo Date: Sun, 25 Oct 2009 09:48:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r198466 - head/sys/tools X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2009 09:48:22 -0000 Author: rpaulo Date: Sun Oct 25 09:48:21 2009 New Revision: 198466 URL: http://svn.freebsd.org/changeset/base/198466 Log: Output a comment on top of each generated file explaining where it came from. Modified: head/sys/tools/fw_stub.awk Modified: head/sys/tools/fw_stub.awk ============================================================================== --- head/sys/tools/fw_stub.awk Sun Oct 25 08:43:38 2009 (r198465) +++ head/sys/tools/fw_stub.awk Sun Oct 25 09:48:21 2009 (r198466) @@ -121,7 +121,11 @@ ctmpfilename = cfilename ".tmp"; modname = opt_m; gsub(/[-\.]/, "_", modname); -printc("#include \ +printc("/*\ + * Automatically generated by:\ + * $FreeBSD$\ + */\ +#include \ #include \ #include \ #include \