Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2015 14:34:29 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290865 - head/tools/tools/locale/tools
Message-ID:  <201511151434.tAFEYTNF076902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Nov 15 14:34:29 2015
New Revision: 290865
URL: https://svnweb.freebsd.org/changeset/base/290865

Log:
  Generate in the FreeBSD keyword when generating the Makefiles

Modified:
  head/tools/tools/locale/tools/cldr2def.pl

Modified: head/tools/tools/locale/tools/cldr2def.pl
==============================================================================
--- head/tools/tools/locale/tools/cldr2def.pl	Sun Nov 15 14:19:56 2015	(r290864)
+++ head/tools/tools/locale/tools/cldr2def.pl	Sun Nov 15 14:34:29 2015	(r290865)
@@ -831,6 +831,7 @@ sub make_makefile {
 	}
 	open(FOUT, ">$TYPE.draft/Makefile");
 	print FOUT <<EOF;
+# \$FreeBSD\$
 # Warning: Do not edit. This file is automatically generated from the
 # tools in /usr/src/tools/tools/locale.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511151434.tAFEYTNF076902>